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 Link icon

    • VALUE_PROPERTY Link icon

      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 Link icon

      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 Link icon

    • TLcdGML31MeasureList Link icon

      public TLcdGML31MeasureList()
    • TLcdGML31MeasureList Link icon

      public TLcdGML31MeasureList(TLcdDataType aType)
  • Method Details Link icon

    • getValueObject Link icon

      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 Link icon

      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 Link icon

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

      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.