Package com.luciad.format.gml32.model
Class TLcdGML32MeasureOrNilReasonList
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32MeasureOrNilReasonList
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdGML32QuantityExtent
gml:MeasureOrNilReasonListType provides for a list of quantities. An instance element may also include embedded values from NilReasonType. It is intended to be used in situations where a value is expected, but the value may be absent for some reason.
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theuomattribute.static final TLcdDataPropertyData property that maps to the value defined by the simple content. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetUom()Returns the value of the property that maps to theuomattribute.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 theuomattribute.voidsetValueObject(List<Object> 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 ofList<Object>. -
UOM_PROPERTY
Data property that maps to theuomattribute. The possible values for this property are instances ofStringURI
-
-
Constructor Details
-
TLcdGML32MeasureOrNilReasonList
public TLcdGML32MeasureOrNilReasonList() -
TLcdGML32MeasureOrNilReasonList
-
-
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.
-
getUom
Returns the value of the property that maps to theuomattribute.The possible values for this property are instances of
StringURI
- Returns:
- the value of the
UOM_PROPERTYproperty.
-
setUom
Sets the value of the property that maps to theuomattribute.The possible values for this property are instances of
StringURI
- Parameters:
aValue- the value to set for theUOM_PROPERTYproperty.
-