|
|||||||||
| 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.PrinterMoreInfo
public final class PrinterMoreInfo
The PrinterMoreInfo attribute provides a URI that can be used
to obtain more information about the printer.
The URI may for example contain a reference to a HTML page with information. The information is normally intended for end users.
IPP Compatibility: PrinterMoreInfo is an IPP 1.1 attribute.
| Constructor Summary | |
|---|---|
PrinterMoreInfo(URI uri)
Constructs a PrinterMoreInfo 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 PrinterMoreInfo(URI uri)
PrinterMoreInfo 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 AttributePrinterMoreInfo itself.public String getName()
getName in interface Attribute
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||