Uses of Class
com.luciad.format.metadata.atom.model.TLcdAtomRelCode
Packages that use 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
Fields in com.luciad.format.metadata.atom.model declared as TLcdAtomRelCodeModifier 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.Methods in com.luciad.format.metadata.atom.model that return types with arguments of type TLcdAtomRelCodeModifier and TypeMethodDescriptionstatic Map
<String, TLcdAtomRelCode> TLcdAtomRelCode.getWellKnownValues()
Returns a map containing all well known values of this class.Constructors in com.luciad.format.metadata.atom.model with parameters of type TLcdAtomRelCodeModifierConstructorDescriptionTLcdAtomLink
(String aType, TLcdAtomRelCode aRelation) Convenience constructor that sets the given type.