|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.print.attribute.URISyntax
javax.print.attribute.standard.PrinterMoreInfoManufacturer
public final class PrinterMoreInfoManufacturer
The PrinterMoreInfoManufacturer attribute provides a URI that
can be used to obtain more information about the printer device type and
its manufacturer.
The URI may for example contain a reference to a website of the manufacturer, containing informations and links to the latest firmware, printer drivers, manual etc. The information is normally intended for end users.
IPP Compatibility: PrinterMoreInfoManufacturer is an IPP 1.1 attribute.
| Constructor Summary | |
|---|---|
PrinterMoreInfoManufacturer(URI uri)
Constructs a PrinterMoreInfoManufacturer object. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Tests if the given object is equal to this object. |
Class<? extends Attribute> |
getCategory()
Returns category of this class. |
String |
getName()
Returns the name of this attribute. |
| Methods inherited from class javax.print.attribute.URISyntax |
|---|
getURI, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PrinterMoreInfoManufacturer(URI uri)
PrinterMoreInfoManufacturer object.
uri - the URI of the information..
NullPointerException - if the given uri is null.| Method Detail |
|---|
public boolean equals(Object obj)
equals in class URISyntaxobj - the object to test
true if both objects are equal,
false otherwise.Object.hashCode()public Class<? extends Attribute> getCategory()
getCategory in interface AttributePrinterMoreInfoManufacturer itself.public String getName()
getName in interface Attribute
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||