API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.print.attribute. URISyntax View Source
Author(s)
Alan Kaminsky
Since
Version
Serial
Hierarchy
 Object
      URISyntax
Implements
 Serializable
 Cloneable
Subclasses
Description
publicabstract abstract class URISyntax
  Class URISyntax is an abstract base class providing the common implementation of all attributes whose value is a Uniform Resource Identifier (URI).
See also:   
Constructors
protected URISyntax (URI uri)
  Constructs a URI attribute with the specified URI.
Methods
Hide/Show inherited methods
public boolean equals (Object object)
  Returns whether this URI attribute is equivalent to the passed in object.
public URI getURI ()
  Returns this URI attribute's URI value.
public int hashCode ()
  Returns a hashcode for this URI attribute.
public String toString ()
  Returns a String identifying this URI attribute.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar