Interface SupportedUOMsType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
SupportedUOMsTypeImpl

public interface SupportedUOMsType extends EObject
A representation of the model object 'Supported UO Ms Type'. Listing of the Unit of Measure (U0M) support for this process input or output.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Default' containment reference.
    Returns the value of the 'Supported' containment reference.
    void
    Sets the value of the 'Default' containment reference.
    void
    Sets the value of the 'Supported' containment reference.

    Methods inherited from interface EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details

    • getDefault

      DefaultType1 getDefault()
      Returns the value of the 'Default' containment reference. Reference to the default UOM supported for this input or output, if UoM is applicable. The process shall expect input in or produce output in this UOM unless the Execute request specifies another supported UOM.
      Returns:
      the value of the 'Default' containment reference.
      See Also:
    • setDefault

      void setDefault(DefaultType1 value)
      Sets the value of the 'Default' containment reference.
      Parameters:
      value - the new value of the 'Default' containment reference.
      See Also:
    • getSupported

      UOMsType getSupported()
      Returns the value of the 'Supported' containment reference. Unordered list of references to all of the UOMs supported for this input or output, if UOM is applicable. The default UOM shall be included in this list.
      Returns:
      the value of the 'Supported' containment reference.
      See Also:
    • setSupported

      void setSupported(UOMsType value)
      Sets the value of the 'Supported' containment reference.
      Parameters:
      value - the new value of the 'Supported' containment reference.
      See Also: