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 TLcdAtomRelCodeTLcdAtomRelCode.ALTERNATEAn 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 TLcdAtomRelCodeTLcdAtomRelCode.ENCLOSUREA related resource which is potentially large in size and might require special handling, for example an audio or video recording.static final TLcdAtomRelCodeTLcdAtomRelCode.RELATEDA document related to the entry or feed.static final TLcdAtomRelCodeTLcdAtomRelCode.SELFThe feed itself.static final TLcdAtomRelCodeTLcdAtomRelCode.VIAThe 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.