Class TLcdNVG15SimpleData
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.nvg.nvg15.model.TLcdNVG15SimpleData
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
A SimpleData store the value of a user-defined field defined by a referenced SimpleField.
- Since:
- 2015.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thedescriptionattribute.static final TLcdDataPropertyData property that maps to thekeyattribute.static final TLcdDataPropertyData property that maps to thelabelattribute.static final TLcdDataPropertyData property that maps to thetypeattribute.static final TLcdDataPropertyData property that maps to the value defined by the simple content. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thedescriptionattribute.getKey()Returns the value of the property that maps to thekeyattribute.getLabel()Returns the value of the property that maps to thelabelattribute.getType()Returns the value of the property that maps to thetypeattribute.Returns the value of the property that maps to the value defined by the simple content.voidsetDescription(String aValue) Sets the value of the property that maps to thedescriptionattribute.voidSets the value of the property that maps to thekeyattribute.voidSets the value of the property that maps to thelabelattribute.voidsetType(ELcdNVG15KeyTypeAttribute aValue) Sets the value of the property that maps to thetypeattribute.voidsetValueObject(String aValue) Sets the value of the property that maps to the value defined by the simple content.
-
Field Details
-
VALUE_PROPERTY
Data property that maps to the value defined by the simple content. The possible values for this property are instances ofString. -
DESCRIPTION_PROPERTY
Data property that maps to thedescriptionattribute. The possible values for this property are instances ofString. -
KEY_PROPERTY
Data property that maps to thekeyattribute. The possible values for this property are instances ofQName. -
LABEL_PROPERTY
Data property that maps to thelabelattribute. The possible values for this property are instances ofString. -
TYPE_PROPERTY
Data property that maps to thetypeattribute. The possible values for this property are the publicQNameconstants defined in this class.
-
-
Constructor Details
-
TLcdNVG15SimpleData
public TLcdNVG15SimpleData() -
TLcdNVG15SimpleData
-
-
Method Details
-
getValueObject
Returns the value of the property that maps to the value defined by the simple content.- Returns:
- the value of the
VALUE_PROPERTYproperty.
-
setValueObject
Sets the value of the property that maps to the value defined by the simple content.- Parameters:
aValue- the value to set for theVALUE_PROPERTYproperty.
-
getDescription
Returns the value of the property that maps to thedescriptionattribute.- Returns:
- the value of the
DESCRIPTION_PROPERTYproperty.
-
setDescription
Sets the value of the property that maps to thedescriptionattribute.- Parameters:
aValue- the value to set for theDESCRIPTION_PROPERTYproperty.
-
getKey
Returns the value of the property that maps to thekeyattribute.- Returns:
- the value of the
KEY_PROPERTYproperty.
-
setKey
Sets the value of the property that maps to thekeyattribute.- Parameters:
aValue- the value to set for theKEY_PROPERTYproperty.
-
getLabel
Returns the value of the property that maps to thelabelattribute.- Returns:
- the value of the
LABEL_PROPERTYproperty.
-
setLabel
Sets the value of the property that maps to thelabelattribute.- Parameters:
aValue- the value to set for theLABEL_PROPERTYproperty.
-
getType
Returns the value of the property that maps to thetypeattribute.The possible values for this property are the public
QNameconstants defined in this class.- Returns:
- the value of the
TYPE_PROPERTYproperty.
-
setType
Sets the value of the property that maps to thetypeattribute.The possible values for this property are the public
QNameconstants defined in this class.- Parameters:
aValue- the value to set for theTYPE_PROPERTYproperty.
-