Package com.luciad.format.gml32.model
Class TLcdGML32Boolean
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32Boolean
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thenilReasonattribute.static final TLcdDataPropertyData property that maps to the value defined by the simple content. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thenilReasonattribute.Returns the value of the property that maps to the value defined by the simple content.voidsetNilReason(Object aValue) Sets the value of the property that maps to thenilReasonattribute.voidsetValueObject(Boolean 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 ofBoolean. -
NIL_REASON_PROPERTY
Data property that maps to thenilReasonattribute. The possible values for this property are instances of
-
-
Constructor Details
-
TLcdGML32Boolean
public TLcdGML32Boolean() -
TLcdGML32Boolean
-
-
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.
-
getNilReason
Returns the value of the property that maps to thenilReasonattribute.The possible values for this property are instances of
- Returns:
- the value of the
NIL_REASON_PROPERTYproperty.
-
setNilReason
Sets the value of the property that maps to thenilReasonattribute.The possible values for this property are instances of
- Parameters:
aValue- the value to set for theNIL_REASON_PROPERTYproperty.
-