Interface DefaultType1

  • All Superinterfaces:
    EObject, Notifier
    All Known Implementing Classes:
    DefaultType1Impl

    public interface DefaultType1
    extends EObject
    A representation of the model object 'Default Type1'.

    The following features are supported:

    See Also:
    Wps10Package.getDefaultType1()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Unit getUOM()
      Returns the value of the 'UOM' containment reference.
      void setUOM​(Unit value)
      Sets the value of the 'UOM' 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

      • getUOM

        Unit getUOM()
        Returns the value of the 'UOM' containment reference. Reference to the default UOM supported for this Input/Output
        Returns:
        the value of the 'UOM' containment reference.
        See Also:
        #setUOM(DomainMetadataType), Wps10Package.getDefaultType1_UOM()
      • setUOM

        void setUOM​(Unit value)
        Sets the value of the 'UOM' reference.
        Parameters:
        value - the new value of the 'UOM' reference.
        See Also:
        getUOM()