Class TLcdGML32Count

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32Count
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdGML32Count 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.
    • NIL_REASON_PROPERTY

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

    • TLcdGML32Count

      public TLcdGML32Count()
    • TLcdGML32Count

      public TLcdGML32Count(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.
    • getNilReason

      public Object getNilReason()
      Returns the value of the property that maps to the nilReason attribute.

      The possible values for this property are instances of

      Returns:
      the value of the NIL_REASON_PROPERTY property.
    • setNilReason

      public void setNilReason(Object aValue)
      Sets the value of the property that maps to the nilReason attribute.

      The possible values for this property are instances of

      Parameters:
      aValue - the value to set for the NIL_REASON_PROPERTY property.