Class TLcdAtomIcon
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.atom.model.TLcdAtomIcon
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
The Atom icon construct is defined in section 4.2.5 of the format spec.
- Since:
- 2017.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thebaseattribute.static final TLcdDataPropertyData property that maps to the value defined by the simple content.static final TLcdDataPropertyData property that maps to thelangattribute. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBase()Returns the value of the property that maps to thebaseattribute.getIcon()Returns the value of the property that maps to the value defined by the simple content.Returns the value of the property that maps to thelangattribute.voidSets the value of the property that maps to thebaseattribute.voidSets the value of the property that maps to the value defined by the simple content.voidsetLanguage(String aValue) Sets the value of the property that maps to thelangattribute.
-
Field Details
-
ICON_PROPERTY
Data property that maps to the value defined by the simple content. The possible values for this property are instances ofURI. -
BASE_PROPERTY
Data property that maps to thebaseattribute. The possible values for this property are instances ofURI. -
LANGUAGE_PROPERTY
Data property that maps to thelangattribute. The possible values for this property are instances ofString.
-
-
Constructor Details
-
TLcdAtomIcon
public TLcdAtomIcon() -
TLcdAtomIcon
-
-
Method Details
-
getIcon
Returns the value of the property that maps to the value defined by the simple content.- Returns:
- the value of the
ICON_PROPERTYproperty.
-
setIcon
Sets the value of the property that maps to the value defined by the simple content.- Parameters:
aValue- the value to set for theICON_PROPERTYproperty.
-
getBase
Returns the value of the property that maps to thebaseattribute.- Returns:
- the value of the
BASE_PROPERTYproperty.
-
setBase
Sets the value of the property that maps to thebaseattribute.- Parameters:
aValue- the value to set for theBASE_PROPERTYproperty.
-
getLanguage
Returns the value of the property that maps to thelangattribute.- Returns:
- the value of the
LANGUAGE_PROPERTYproperty.
-
setLanguage
Sets the value of the property that maps to thelangattribute.- Parameters:
aValue- the value to set for theLANGUAGE_PROPERTYproperty.
-