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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thekey
attribute.static final TLcdDataProperty
Data property that maps to theunit
attribute.static final TLcdDataProperty
Data property that maps to the value defined by the simple content. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetKey()
Returns the value of the property that maps to thekey
attribute.getUnit()
Returns the value of the property that maps to theunit
attribute.Returns the value of the property that maps to the value defined by the simple content.void
Sets the value of the property that maps to thekey
attribute.void
setUnit
(TLcdNVG20UnitOfMeasure aValue) Sets the value of the property that maps to theunit
attribute.void
setValueObject
(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 thekey
attribute. The possible values for this property are instances ofQName
. -
UNIT_PROPERTY
Data property that maps to theunit
attribute. 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_PROPERTY
property.
-
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_PROPERTY
property.
-
getKey
Returns the value of the property that maps to thekey
attribute.- Returns:
- the value of the
KEY_PROPERTY
property.
-
setKey
Sets the value of the property that maps to thekey
attribute.- Parameters:
aValue
- the value to set for theKEY_PROPERTY
property.
-
getUnit
Returns the value of the property that maps to theunit
attribute.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_PROPERTY
property.
-
setUnit
Sets the value of the property that maps to theunit
attribute.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_PROPERTY
property.
-