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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thefactor
attribute.static final TLcdDataProperty
Data property that maps to theradix
attribute.static final TLcdDataProperty
Data property that maps to theunit
attribute.static final TLcdDataProperty
Data property that maps to the value defined by the simple content. -
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thefactor
attribute.getRadix()
Returns the value of the property that maps to theradix
attribute.getUnit()
Returns the value of the property that maps to theunit
attribute.Returns the value of the property that maps to the value defined by the simple content.void
Sets the value of the property that maps to thefactor
attribute.void
Sets the value of the property that maps to theradix
attribute.void
setUnit
(TLcdGML32TimeUnit aValue) Sets the value of the property that maps to theunit
attribute.void
setValueObject
(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 thefactor
attribute. The possible values for this property are instances ofLong
. -
RADIX_PROPERTY
Data property that maps to theradix
attribute. The possible values for this property are instances ofLong
. -
UNIT_PROPERTY
Data property that maps to theunit
attribute. 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_PROPERTY
property.
-
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_PROPERTY
property.
-
getFactor
Returns the value of the property that maps to thefactor
attribute.- Returns:
- the value of the
FACTOR_PROPERTY
property.
-
setFactor
Sets the value of the property that maps to thefactor
attribute.- Parameters:
aValue
- the value to set for theFACTOR_PROPERTY
property.
-
getRadix
Returns the value of the property that maps to theradix
attribute.- Returns:
- the value of the
RADIX_PROPERTY
property.
-
setRadix
Sets the value of the property that maps to theradix
attribute.- Parameters:
aValue
- the value to set for theRADIX_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.
-