Class TLcdGML31RangeSet

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

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

    • VALUE_PROPERTY

      public static final TLcdDataProperty VALUE_PROPERTY
      Data property that maps to the choice between the ValueArray and BooleanList and CategoryList and QuantityList and CountList and DataBlock and File elements. The possible values for this property are instances of
      • List<TLcdGML31ValueArray>
      • List<List<Object>>
      • List<TLcdGML31CodeOrNullList>
      • List<TLcdGML31MeasureOrNullList>
      • List<List<Object>>
      • TLcdGML31DataBlock
      • TLcdGML31File
  • Constructor Details

    • TLcdGML31RangeSet

      public TLcdGML31RangeSet()
    • TLcdGML31RangeSet

      public TLcdGML31RangeSet(TLcdDataType aType)
  • Method Details

    • getValue

      public Object getValue()
      Returns the value of the property that maps to the choice between the ValueArray and BooleanList and CategoryList and QuantityList and CountList and DataBlock and File elements.

      The possible values for this property are instances of

      • List<TLcdGML31ValueArray>
      • List<List<Object>>
      • List<TLcdGML31CodeOrNullList>
      • List<TLcdGML31MeasureOrNullList>
      • List<List<Object>>
      • TLcdGML31DataBlock
      • TLcdGML31File
      Returns:
      the value of the VALUE_PROPERTY property.
    • setValue

      public void setValue(Object aValue)
      Sets the value of the property that maps to the choice between the ValueArray and BooleanList and CategoryList and QuantityList and CountList and DataBlock and File elements.

      The possible values for this property are instances of

      • List<TLcdGML31ValueArray>
      • List<List<Object>>
      • List<TLcdGML31CodeOrNullList>
      • List<TLcdGML31MeasureOrNullList>
      • List<List<Object>>
      • TLcdGML31DataBlock
      • TLcdGML31File
      Parameters:
      aValue - the value to set for the VALUE_PROPERTY property.