Package net.opengis.gml311
Interface BaseUnitType
- All Superinterfaces:
AbstractGMLType
,DefinitionType
,EObject
,Notifier
,UnitDefinitionType
- All Known Implementing Classes:
BaseUnitTypeImpl
A representation of the model object 'Base Unit Type'.
Definition of a unit of measure which is a base unit from the system of units. A base unit cannot be derived by combination of other base units within this system. Sometimes known as "fundamental unit".
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Units System' containment reference.void
setUnitsSystem
(ReferenceType value) Sets the value of the 'Units System
' containment reference.Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
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
Methods inherited from interface UnitDefinitionType
getCatalogSymbol, getQuantityType, setCatalogSymbol, setQuantityType
-
Method Details
-
getUnitsSystem
ReferenceType getUnitsSystem()Returns the value of the 'Units System' containment reference.If the meaning of the 'Units System' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Units System' containment reference.
- See Also:
-
setUnitsSystem
Sets the value of the 'Units System
' containment reference.- Parameters:
value
- the new value of the 'Units System' containment reference.- See Also:
-