Interface UnitOfMeasureType

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
ConversionToPreferredUnitType, DerivationUnitTermType
All Known Implementing Classes:
ConversionToPreferredUnitTypeImpl, DerivationUnitTermTypeImpl, UnitOfMeasureTypeImpl

public interface UnitOfMeasureType extends EObject
A representation of the model object 'Unit Of Measure Type'. Reference to a unit of measure definition that applies to all the numerical values described by the element containing this element. Notice that a complexType which needs to include the uom attribute can do so by extending this complexType. Alternately, this complexType can be used as a pattern for a new complexType.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Uom' attribute.
    void
    setUom(String value)
    Sets the value of the 'Uom' attribute.

    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

    • getUom

      String getUom()
      Returns the value of the 'Uom' attribute. Reference to a unit of measure definition, usually within the same XML document but possibly outside the XML document which contains this reference. For a reference within the same XML document, the "#" symbol should be used, followed by a text abbreviation of the unit name. However, the "#" symbol may be optional, and still may be interpreted as a reference.
      Returns:
      the value of the 'Uom' attribute.
      See Also:
    • setUom

      void setUom(String value)
      Sets the value of the 'Uom' attribute.
      Parameters:
      value - the new value of the 'Uom' attribute.
      See Also: