Package net.opengis.gml311
Interface BaseUnitType
-
- All Superinterfaces:
AbstractGMLType
,DefinitionType
,EObject
,Notifier
,UnitDefinitionType
- All Known Implementing Classes:
BaseUnitTypeImpl
public interface BaseUnitType extends UnitDefinitionType
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:
Gml311Package.getBaseUnitType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReferenceType
getUnitsSystem()
Returns 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 UnitDefinitionType
getCatalogSymbol, getQuantityType, setCatalogSymbol, setQuantityType
-
-
-
-
Method Detail
-
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(ReferenceType)
,Gml311Package.getBaseUnitType_UnitsSystem()
-
setUnitsSystem
void setUnitsSystem(ReferenceType value)
Sets the value of the 'Units System
' containment reference.- Parameters:
value
- the new value of the 'Units System' containment reference.- See Also:
getUnitsSystem()
-
-