Module java.desktop

Class URISyntax

java.lang.Object
javax.print.attribute.URISyntax
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
Destination, PrinterMoreInfo, PrinterMoreInfoManufacturer, PrinterURI

public abstract class URISyntax extends Object implements Serializable, Cloneable
Class URISyntax is an abstract base class providing the common implementation of all attributes whose value is a Uniform Resource Identifier (URI). Once constructed, a URI attribute's value is immutable.
See Also: