Liking cljdoc? Tell your friends :D

javax.print.attribute.URISyntax

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.

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.
raw docstring

equalsclj

(equals this object)

Returns whether this URI attribute is equivalent to the passed in object. To be equivalent, all of the following conditions must be true:

object is not null.

object is an instance of class URISyntax.

This URI attribute's underlying URI and object's underlying URI are equal.

object - Object to compare to. - java.lang.Object

returns: True if object is equivalent to this URI attribute, false otherwise. - boolean

Returns whether this URI attribute is equivalent to the passed in
 object.
 To be equivalent, all of the following conditions must be true:


 object is not null.

 object is an instance of class URISyntax.

 This URI attribute's underlying URI and object's
 underlying URI are equal.

object - Object to compare to. - `java.lang.Object`

returns: True if object is equivalent to this URI
          attribute, false otherwise. - `boolean`
raw docstring

get-uriclj

(get-uri this)

Returns this URI attribute's URI value.

returns: the URI. - java.net.URI

Returns this URI attribute's URI value.

returns: the URI. - `java.net.URI`
raw docstring

hash-codeclj

(hash-code this)

Returns a hashcode for this URI attribute.

returns: A hashcode value for this object. - int

Returns a hashcode for this URI attribute.

returns: A hashcode value for this object. - `int`
raw docstring

to-stringclj

(to-string this)

Returns a String identifying this URI attribute. The String is the string representation of the attribute's underlying URI.

returns: A String identifying this object. - java.lang.String

Returns a String identifying this URI attribute. The String is the
 string representation of the attribute's underlying URI.

returns: A String identifying this object. - `java.lang.String`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close