Interface UnitOfMeasureType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getUom()
      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 Detail

      • 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(String), Gml311Package.getUnitOfMeasureType_Uom()
      • setUom

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