Class TLcdNVG20SimpleField
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.nvg.nvg20.model.TLcdNVG20SimpleField
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
A key definition of user-defined data.
- 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 theid
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 theunit
attribute. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thedescription
attribute.getId()
Returns the value of the property that maps to theid
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.getUnit()
Returns the value of the property that maps to theunit
attribute.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 theid
attribute.void
Sets the value of the property that maps to thelabel
attribute.void
Sets the value of the property that maps to thetype
attribute.void
setUnit
(TLcdNVG20UnitOfMeasure aValue) Sets the value of the property that maps to theunit
attribute.
-
Field Details
-
DESCRIPTION_PROPERTY
Data property that maps to thedescription
attribute. The possible values for this property are instances ofString
. -
ID_PROPERTY
Data property that maps to theid
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. -
UNIT_PROPERTY
Data property that maps to theunit
attribute. The possible values for this property are instances of
-
-
Constructor Details
-
TLcdNVG20SimpleField
public TLcdNVG20SimpleField() -
TLcdNVG20SimpleField
-
-
Method Details
-
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.
-
getId
Returns the value of the property that maps to theid
attribute.- Returns:
- the value of the
ID_PROPERTY
property.
-
setId
Sets the value of the property that maps to theid
attribute.- Parameters:
aValue
- the value to set for theID_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.
-
getUnit
Returns the value of the property that maps to theunit
attribute.The possible values for this property are instances of
- 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
- Parameters:
aValue
- the value to set for theUNIT_PROPERTY
property.
-