Package net.opengis.gml311
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:
Gml311Package.getUnitOfMeasureType()
-
-
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.
-
-
-
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()
-
-