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:
    Wps10Package.getSupportedUOMsType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DefaultType1 getDefault()
      Returns the value of the 'Default' containment reference.
      UOMsType getSupported()
      Returns the value of the 'Supported' containment reference.
      void setDefault​(DefaultType1 value)
      Sets the value of the 'Default' containment reference.
      void setSupported​(UOMsType value)
      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 Detail

      • 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(DefaultType1), Wps10Package.getSupportedUOMsType_Default()
      • 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:
        getDefault()
      • 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(UOMsType), Wps10Package.getSupportedUOMsType_Supported()
      • 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:
        getSupported()