Class TLcdISO19115QuantitativeResult

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19115QuantitativeResult extends TLcdISO19115Result
Quantitative_conformance_measure from Quality Procedures. - - Renamed to remove implied use limitation - - OCL - -- result is type specified by valueDomain - result.tupleType = valueDomain
Since:
10.0
  • Field Details

    • VALUE_TYPE_PROPERTY

      public static final TLcdDataProperty VALUE_TYPE_PROPERTY
      Data property that maps to the valueType element. The possible values for this property are instances of TLcdISO19115Optional<TLcdISO19103RecordType>.
    • VALUE_UNIT_PROPERTY

      public static final TLcdDataProperty VALUE_UNIT_PROPERTY
      Data property that maps to the valueUnit element. The possible values for this property are instances of TLcdISO19118Property<TLcdGML32UnitDefinition>.
    • ERROR_STATISTIC_PROPERTY

      public static final TLcdDataProperty ERROR_STATISTIC_PROPERTY
      Data property that maps to the errorStatistic element. The possible values for this property are instances of TLcdISO19115Optional<String>.
    • VALUE_PROPERTY

      public static final TLcdDataProperty VALUE_PROPERTY
      Data property that maps to the value element. The possible values for this property are instances of List<TLcdISO19118Property<ILcdDataObject>>.
  • Constructor Details

    • TLcdISO19115QuantitativeResult

      public TLcdISO19115QuantitativeResult()
    • TLcdISO19115QuantitativeResult

      public TLcdISO19115QuantitativeResult(TLcdDataType aType)
  • Method Details

    • getValueType

      public TLcdISO19103RecordType getValueType()
      Returns the role value contained in the value of the VALUE_TYPE_PROPERTY property. Returns null if the value of the VALUE_TYPE_PROPERTY property is null.
      Returns:
      the role value of the VALUE_TYPE_PROPERTY property.
      See Also:
    • setValueType

      public void setValueType(TLcdISO19103RecordType aValue)
      Sets the value of the property that maps to the valueType element. to a new instance of the association class TLcdISO19115Optional initialized with the given role value. In case the given role value is null, the VALUE_TYPE_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the VALUE_TYPE_PROPERTY property.
    • getValueUnit

      public TLcdGML32UnitDefinition getValueUnit()
      Returns the role value contained in the value of the VALUE_UNIT_PROPERTY property. Returns null if the value of the VALUE_UNIT_PROPERTY property is null.
      Returns:
      the role value of the VALUE_UNIT_PROPERTY property.
      See Also:
    • setValueUnit

      public void setValueUnit(TLcdGML32UnitDefinition aValue)
      Sets the value of the property that maps to the valueUnit element. to a new instance of the association class TLcdISO19118Property initialized with the given role value. In case the given role value is null, the VALUE_UNIT_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the VALUE_UNIT_PROPERTY property.
    • getErrorStatistic

      public String getErrorStatistic()
      Returns the role value contained in the value of the ERROR_STATISTIC_PROPERTY property. Returns null if the value of the ERROR_STATISTIC_PROPERTY property is null.
      Returns:
      the role value of the ERROR_STATISTIC_PROPERTY property.
      See Also:
    • setErrorStatistic

      public void setErrorStatistic(String aValue)
      Sets the value of the property that maps to the errorStatistic element. to a new instance of the association class TLcdISO19115Optional initialized with the given role value. In case the given role value is null, the ERROR_STATISTIC_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the ERROR_STATISTIC_PROPERTY property.
    • getValue

      public List<Object> getValue()
      Gets the value of the VALUE_PROPERTY property adapted to a list of Object instances.
      Returns:
      the value of the VALUE_PROPERTY property adapted to a list of Object instances.
      See Also: