Serialized Form


Package org.geotoolkit.xml

Class NilReason extends Object implements Serializable

serialVersionUID: -1302619137838086028L

Serialization Methods

readResolve

private Object readResolve()
Invoked after deserialization in order to return a unique instance if possible.

Serialized Fields

reason

Object reason
Either the XML enum as a String (including the explanation if the prefix is "other", or an URI.

Class XLink extends Object implements Serializable

serialVersionUID: -4349950135677857725L

Serialized Fields

type

XLink.Type type
The type of link. If null, then the type will be inferred by XLink.getType().

See Also:
XLink.getType()

href

URI href
A URN to an external resources, or to an other part of a XML document, or an identifier.

See Also:
XLink.getHRef()

role

URI role
A URI reference for some description of the arc role.

See Also:
XLink.getRole()

arcrole

URI arcrole
A URI reference for some description of the arc role.

See Also:
XLink.getArcRole()

title

InternationalString title
Just as with resources, this is simply a human-readable string with a short description for the arc.

See Also:
XLink.getTitle()

show

XLink.Show show
Communicates the desired presentation of the ending resource on traversal from the starting resource.

See Also:
XLink.getShow()

actuate

XLink.Actuate actuate
Communicates the desired timing of traversal from the starting resource to the ending resource.

See Also:
XLink.getActuate()

label

String label
Identifies the target of a from or to attribute.

See Also:
XLink.getLabel()

from

String from
The starting resource. The value must correspond to the same value for some label attribute.

See Also:
XLink.getFrom()

to

String to
The ending resource. The value must correspond to the same value for some label attribute.

See Also:
XLink.getTo()

hashCode

int hashCode
The cached hash code value, computed only if this XLink is unmodifiable. Otherwise, this field is left to zero. This field is computed when the XLink.freeze() method has been invoked.



Copyright © 2009-2011 Geotoolkit.org. All Rights Reserved.