Package com.luciad.format.gml32.model
Class TLcdGML32TimeIntervalLength
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32TimeIntervalLength
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thefactorattribute.static final TLcdDataPropertyData property that maps to theradixattribute.static final TLcdDataPropertyData property that maps to theunitattribute.static final TLcdDataPropertyData property that maps to the value defined by the simple content. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thefactorattribute.getRadix()Returns the value of the property that maps to theradixattribute.getUnit()Returns the value of the property that maps to theunitattribute.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 thefactorattribute.voidSets the value of the property that maps to theradixattribute.voidsetUnit(TLcdGML32TimeUnit aValue) Sets the value of the property that maps to theunitattribute.voidsetValueObject(Double 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 ofDouble. -
FACTOR_PROPERTY
Data property that maps to thefactorattribute. The possible values for this property are instances ofLong. -
RADIX_PROPERTY
Data property that maps to theradixattribute. The possible values for this property are instances ofLong. -
UNIT_PROPERTY
Data property that maps to theunitattribute. The possible values for this property are instances of
-
-
Constructor Details
-
TLcdGML32TimeIntervalLength
public TLcdGML32TimeIntervalLength() -
TLcdGML32TimeIntervalLength
-
-
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.
-
getFactor
Returns the value of the property that maps to thefactorattribute.- Returns:
- the value of the
FACTOR_PROPERTYproperty.
-
setFactor
Sets the value of the property that maps to thefactorattribute.- Parameters:
aValue- the value to set for theFACTOR_PROPERTYproperty.
-
getRadix
Returns the value of the property that maps to theradixattribute.- Returns:
- the value of the
RADIX_PROPERTYproperty.
-
setRadix
Sets the value of the property that maps to theradixattribute.- Parameters:
aValue- the value to set for theRADIX_PROPERTYproperty.
-
getUnit
Returns the value of the property that maps to theunitattribute.The possible values for this property are instances of
- Returns:
- the value of the
UNIT_PROPERTYproperty.
-
setUnit
Sets the value of the property that maps to theunitattribute.The possible values for this property are instances of
- Parameters:
aValue- the value to set for theUNIT_PROPERTYproperty.
-