javax.print.attribute.standard
public final class PrinterMoreInfo extends URISyntax implements PrintServiceAttribute
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.
|
PrinterMoreInfo
object.
Parameters: uri the URI of the information.
Throws: NullPointerException if the given uri is null.
Parameters: obj the object to test
Returns: true
if both objects are equal,
false
otherwise.
Returns: The class PrinterMoreInfo
itself.
Returns: The name "printer-more-info".