Class TLcdNVG20SimpleDataSection
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.nvg.nvg20.model.TLcdNVG20SimpleDataSection
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
SimpleDataSection is used to group related and/or repetitive user-defined information.
- Since:
- 2015.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thelabelattribute.static final TLcdDataPropertyData property that maps to theschemaRefattribute.static final TLcdDataPropertyData property that maps to theSimpleDataelement. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()Returns the value of the property that maps to thelabelattribute.Returns the value of the property that maps to theschemaRefattribute.Returns the value of the property that maps to theSimpleDataelement.voidSets the value of the property that maps to thelabelattribute.voidsetSchemaRef(String aValue) Sets the value of the property that maps to theschemaRefattribute.
-
Field Details
-
LABEL_PROPERTY
Data property that maps to thelabelattribute. The possible values for this property are instances ofString. -
SCHEMA_REF_PROPERTY
Data property that maps to theschemaRefattribute. The possible values for this property are instances ofString. -
SIMPLE_DATA_PROPERTY
Data property that maps to theSimpleDataelement. The possible values for this property are instances ofList<TLcdNVG20SimpleData>.
-
-
Constructor Details
-
TLcdNVG20SimpleDataSection
public TLcdNVG20SimpleDataSection() -
TLcdNVG20SimpleDataSection
-
-
Method Details
-
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.
-
getSchemaRef
Returns the value of the property that maps to theschemaRefattribute.- Returns:
- the value of the
SCHEMA_REF_PROPERTYproperty.
-
setSchemaRef
Sets the value of the property that maps to theschemaRefattribute.- Parameters:
aValue- the value to set for theSCHEMA_REF_PROPERTYproperty.
-
getSimpleData
Returns the value of the property that maps to theSimpleDataelement.- Returns:
- the value of the
SIMPLE_DATA_PROPERTYproperty.
-