Class TLcdISO19103UnlimitedInteger

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19103UnlimitedInteger
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19103UnlimitedInteger extends TLcdDataObject
Since:
10.0
  • Field Details

    • VALUE_PROPERTY

      public static final TLcdDataProperty VALUE_PROPERTY
      Data property that maps to the value defined by the simple content. The possible values for this property are instances of Long.
    • IS_INFINITE_PROPERTY

      public static final TLcdDataProperty IS_INFINITE_PROPERTY
      Data property that maps to the isInfinite attribute. The possible values for this property are instances of Boolean.
  • Constructor Details

    • TLcdISO19103UnlimitedInteger

      public TLcdISO19103UnlimitedInteger()
    • TLcdISO19103UnlimitedInteger

      public TLcdISO19103UnlimitedInteger(TLcdDataType aType)
  • Method Details

    • getValueObject

      public Long 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

      public void setValueObject(Long aValue)
      Sets the value of the property that maps to the value defined by the simple content.
      Parameters:
      aValue - the value to set for the VALUE_PROPERTY property.
    • getIsInfinite

      public Boolean getIsInfinite()
      Returns the value of the property that maps to the isInfinite attribute.
      Returns:
      the value of the IS_INFINITE_PROPERTY property.
    • setIsInfinite

      public void setIsInfinite(Boolean aValue)
      Sets the value of the property that maps to the isInfinite attribute.
      Parameters:
      aValue - the value to set for the IS_INFINITE_PROPERTY property.