Class TLcdGML31MeasureList

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

public class TLcdGML31MeasureList extends TLcdFeaturedDataObject
List of numbers with a uniform scale. The value of uom (Units Of Measure) attribute is a reference to a Reference System for the amount, either a ratio or position scale.
Since:
10.0
See Also:
  • 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 ILcdDoubleList.
    • UOM_PROPERTY

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

    • TLcdGML31MeasureList

      public TLcdGML31MeasureList()
    • TLcdGML31MeasureList

      public TLcdGML31MeasureList(TLcdDataType aType)
  • Method Details

    • getValueObject

      public ILcdDoubleList 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(ILcdDoubleList 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.
    • getUom

      public URI getUom()
      Returns the value of the property that maps to the uom attribute.
      Returns:
      the value of the UOM_PROPERTY property.
    • setUom

      public void setUom(URI aValue)
      Sets the value of the property that maps to the uom attribute.
      Parameters:
      aValue - the value to set for the UOM_PROPERTY property.