public class TLcdAtomDataTypes extends Object
Refer to the package javadoc for more information about this domain model.
The data model and its types are typically used to:
new TLcdXMLSchemaBasedDecoder().configure(getDataModel())
new TLcdXMLSchemaBasedEncoder().configure(getDataModel())
This mapping has been automatically generated based on the XML schema schemas/atom_feed.xsd
.
The display names of the entities in this data model can be customized by creating a resource bundle with base name com/luciad/format/metadata/atom/model/TLcdAtomDataTypes
.
See TLcdResourceBundleDataModelDisplayNameProvider
for more details on the required structure of the resource bundle.
TLcdResourceBundleDataModelDisplayNameProvider
Modifier and Type | Field and Description |
---|---|
static TLcdDataType |
categoryType |
static TLcdDataType |
contentType |
static TLcdDataType |
ContentTypeType |
static TLcdDataType |
dateTimeType |
static TLcdDataType |
emailType |
static TLcdDataType |
entryType |
static TLcdDataType |
feedType |
static TLcdDataType |
generatorType |
static TLcdDataType |
iconType |
static TLcdDataType |
idType |
static TLcdDataType |
KnownRelCodeType |
static TLcdDataType |
linkType |
static TLcdDataType |
logoType |
static TLcdDataType |
MimeType |
static TLcdDataType |
personType |
static TLcdDataType |
RelCodeType |
static TLcdDataType |
sourceType |
static TLcdDataType |
textType |
static TLcdDataType |
textTypeType |
static TLcdDataType |
uriType |
Modifier and Type | Method and Description |
---|---|
static TLcdDataModel |
getDataModel()
Returns the data model for
http://www.w3.org/2005/Atom . |
public static final TLcdDataType linkType
public static final TLcdDataType contentType
public static final TLcdDataType generatorType
public static final TLcdDataType feedType
public static final TLcdDataType dateTimeType
public static final TLcdDataType MimeType
public static final TLcdDataType idType
public static final TLcdDataType categoryType
public static final TLcdDataType textType
public static final TLcdDataType textTypeType
public static final TLcdDataType uriType
public static final TLcdDataType emailType
public static final TLcdDataType sourceType
public static final TLcdDataType ContentTypeType
public static final TLcdDataType RelCodeType
public static final TLcdDataType entryType
public static final TLcdDataType KnownRelCodeType
public static final TLcdDataType iconType
public static final TLcdDataType personType
public static final TLcdDataType logoType
public static TLcdDataModel getDataModel()
http://www.w3.org/2005/Atom
.