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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thedescription
attribute.static final TLcdDataProperty
Data property that maps to thekey
attribute.static final TLcdDataProperty
Data property that maps to thelabel
attribute.static final TLcdDataProperty
Data property that maps to thetype
attribute.static final TLcdDataProperty
Data property that maps to the value defined by the simple content. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thedescription
attribute.getKey()
Returns the value of the property that maps to thekey
attribute.getLabel()
Returns the value of the property that maps to thelabel
attribute.getType()
Returns the value of the property that maps to thetype
attribute.Returns the value of the property that maps to the value defined by the simple content.void
setDescription
(String aValue) Sets the value of the property that maps to thedescription
attribute.void
Sets the value of the property that maps to thekey
attribute.void
Sets the value of the property that maps to thelabel
attribute.void
setType
(ELcdNVG15KeyTypeAttribute aValue) Sets the value of the property that maps to thetype
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
. -
DESCRIPTION_PROPERTY
Data property that maps to thedescription
attribute. 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
. -
LABEL_PROPERTY
Data property that maps to thelabel
attribute. The possible values for this property are instances ofString
. -
TYPE_PROPERTY
Data property that maps to thetype
attribute. The possible values for this property are the publicQName
constants 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_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.
-
getDescription
Returns the value of the property that maps to thedescription
attribute.- Returns:
- the value of the
DESCRIPTION_PROPERTY
property.
-
setDescription
Sets the value of the property that maps to thedescription
attribute.- Parameters:
aValue
- the value to set for theDESCRIPTION_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.
-
getLabel
Returns the value of the property that maps to thelabel
attribute.- Returns:
- the value of the
LABEL_PROPERTY
property.
-
setLabel
Sets the value of the property that maps to thelabel
attribute.- Parameters:
aValue
- the value to set for theLABEL_PROPERTY
property.
-
getType
Returns the value of the property that maps to thetype
attribute.The possible values for this property are the public
QName
constants defined in this class.- Returns:
- the value of the
TYPE_PROPERTY
property.
-
setType
Sets the value of the property that maps to thetype
attribute.The possible values for this property are the public
QName
constants defined in this class.- Parameters:
aValue
- the value to set for theTYPE_PROPERTY
property.
-