Class TLcdNVG20SimpleData
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.nvg.nvg20.model.TLcdNVG20SimpleData
- 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 thekeyattribute.static final TLcdDataPropertyData property that maps to theunitattribute.static final TLcdDataPropertyData property that maps to the value defined by the simple content. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()Returns the value of the property that maps to thekeyattribute.getUnit()Returns the value of the property that maps to theunitattribute.Returns the value of the property that maps to the value defined by the simple content.voidSets the value of the property that maps to thekeyattribute.voidsetUnit(TLcdNVG20UnitOfMeasure aValue) Sets the value of the property that maps to theunitattribute.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. -
KEY_PROPERTY
Data property that maps to thekeyattribute. The possible values for this property are instances ofQName. -
UNIT_PROPERTY
Data property that maps to theunitattribute. The possible values for this property are instances of
-
-
Constructor Details
-
TLcdNVG20SimpleData
public TLcdNVG20SimpleData() -
TLcdNVG20SimpleData
-
-
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.
-
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.
-
getUnit
Returns the value of the property that maps to theunitattribute.The possible values for this property are instances of
Optionally, a data value can be in another measurement unit from the one defined in the schema
- Returns:
- the value of the
UNIT_PROPERTYproperty.
-
setUnit
Sets the value of the property that maps to theunitattribute.The possible values for this property are instances of
Optionally, a data value can be in another measurement unit from the one defined in the schema
- Parameters:
aValue- the value to set for theUNIT_PROPERTYproperty.
-