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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thebase
attribute.static final TLcdDataProperty
Data property that maps to the value defined by the simple content.static final TLcdDataProperty
Data property that maps to thelang
attribute. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBase()
Returns the value of the property that maps to thebase
attribute.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 thelang
attribute.void
Sets the value of the property that maps to thebase
attribute.void
Sets the value of the property that maps to the value defined by the simple content.void
setLanguage
(String aValue) Sets the value of the property that maps to thelang
attribute.
-
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 thebase
attribute. The possible values for this property are instances ofURI
. -
LANGUAGE_PROPERTY
Data property that maps to thelang
attribute. 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_PROPERTY
property.
-
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_PROPERTY
property.
-
getBase
Returns the value of the property that maps to thebase
attribute.- Returns:
- the value of the
BASE_PROPERTY
property.
-
setBase
Sets the value of the property that maps to thebase
attribute.- Parameters:
aValue
- the value to set for theBASE_PROPERTY
property.
-
getLanguage
Returns the value of the property that maps to thelang
attribute.- Returns:
- the value of the
LANGUAGE_PROPERTY
property.
-
setLanguage
Sets the value of the property that maps to thelang
attribute.- Parameters:
aValue
- the value to set for theLANGUAGE_PROPERTY
property.
-