Class TLcdAtomRelCode
java.lang.Object
com.luciad.format.metadata.atom.model.TLcdAtomRelCode
This class models the GLOBAL_TYPE:{http://www.w3.org/2005/Atom}RelCodeType type.
- Since:
- 2017.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdAtomRelCodeAn alternate representation of the entry or feed, for example a permalink to the html version of the entry, or the front page of the weblog.static final TLcdAtomRelCodeA related resource which is potentially large in size and might require special handling, for example an audio or video recording.static final TLcdAtomRelCodeA document related to the entry or feed.static final TLcdAtomRelCodeThe feed itself.static final TLcdAtomRelCodeThe source of the information provided in the entry. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ALTERNATE
An alternate representation of the entry or feed, for example a permalink to the html version of the entry, or the front page of the weblog. -
RELATED
A document related to the entry or feed. -
SELF
The feed itself. -
ENCLOSURE
A related resource which is potentially large in size and might require special handling, for example an audio or video recording. For these links, the length attribute should be provided. -
VIA
The source of the information provided in the entry.
-
-
Constructor Details
-
TLcdAtomRelCode
-
-
Method Details
-
getCode
-
toString
-
hashCode
public int hashCode() -
equals
-
getWellKnownValues
Returns a map containing all well known values of this class. This map contains all public constant instances defined on this class.- Returns:
- A map that maps a well known code to an instance of this class
-