Class TLcdGML31DataBlock

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, ILcdFeatured, ILcdSelfDescribedFeatured, Serializable, Cloneable

public class TLcdGML31DataBlock extends TLcdFeaturedDataObject
Since:
2018.1
See Also:
  • Field Details

    • RANGE_PARAMETERS_PROPERTY

      public static final TLcdDataProperty RANGE_PARAMETERS_PROPERTY
      Data property that maps to the rangeParameters element. The possible values for this property are instances of TLcdGML31RangeParameters.
    • TUPLES_PROPERTY

      public static final TLcdDataProperty TUPLES_PROPERTY
      Data property that maps to the choice between the tupleList and doubleOrNullTupleList elements. The possible values for this property are instances of
  • Constructor Details

    • TLcdGML31DataBlock

      public TLcdGML31DataBlock()
    • TLcdGML31DataBlock

      public TLcdGML31DataBlock(TLcdDataType aType)
  • Method Details

    • getRangeParameters

      public TLcdGML31RangeParameters getRangeParameters()
      Returns the value of the property that maps to the rangeParameters element.
      Returns:
      the value of the RANGE_PARAMETERS_PROPERTY property.
    • setRangeParameters

      public void setRangeParameters(TLcdGML31RangeParameters aValue)
      Sets the value of the property that maps to the rangeParameters element.
      Parameters:
      aValue - the value to set for the RANGE_PARAMETERS_PROPERTY property.
    • getTuples

      public Object getTuples()
      Returns the value of the property that maps to the choice between the tupleList and doubleOrNullTupleList elements.

      The possible values for this property are instances of

      Returns:
      the value of the TUPLES_PROPERTY property.
    • setTuples

      public void setTuples(Object aValue)
      Sets the value of the property that maps to the choice between the tupleList and doubleOrNullTupleList elements.

      The possible values for this property are instances of

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