Uses of Class
com.luciad.format.metadata.atom.model.TLcdAtomRelCode
Package
Description
This package contains a domain model for describing metadata using the Atom Syndication Format, an XML based
format used for
web feeds
.-
Uses of TLcdAtomRelCode in com.luciad.format.metadata.atom.model
Modifier and TypeFieldDescriptionstatic final TLcdAtomRelCode
TLcdAtomRelCode.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.static final TLcdAtomRelCode
TLcdAtomRelCode.ENCLOSURE
A related resource which is potentially large in size and might require special handling, for example an audio or video recording.static final TLcdAtomRelCode
TLcdAtomRelCode.RELATED
A document related to the entry or feed.static final TLcdAtomRelCode
TLcdAtomRelCode.SELF
The feed itself.static final TLcdAtomRelCode
TLcdAtomRelCode.VIA
The source of the information provided in the entry.Modifier and TypeMethodDescriptionstatic Map
<String, TLcdAtomRelCode> TLcdAtomRelCode.getWellKnownValues()
Returns a map containing all well known values of this class.ModifierConstructorDescriptionTLcdAtomLink
(String aType, TLcdAtomRelCode aRelation) Convenience constructor that sets the given type.