Class TLcdISO19103UnlimitedInteger
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19103UnlimitedInteger
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theisInfiniteattribute.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 theisInfiniteattribute.Returns the value of the property that maps to the value defined by the simple content.voidsetIsInfinite(Boolean aValue) Sets the value of the property that maps to theisInfiniteattribute.voidsetValueObject(Long 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 ofLong. -
IS_INFINITE_PROPERTY
Data property that maps to theisInfiniteattribute. The possible values for this property are instances ofBoolean.
-
-
Constructor Details
-
TLcdISO19103UnlimitedInteger
public TLcdISO19103UnlimitedInteger() -
TLcdISO19103UnlimitedInteger
-
-
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.
-
getIsInfinite
Returns the value of the property that maps to theisInfiniteattribute.- Returns:
- the value of the
IS_INFINITE_PROPERTYproperty.
-
setIsInfinite
Sets the value of the property that maps to theisInfiniteattribute.- Parameters:
aValue- the value to set for theIS_INFINITE_PROPERTYproperty.
-