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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ReferenceTypegetUnitsSystem()Returns the value of the 'Units System' containment reference.voidsetUnitsSystem(ReferenceType value)Sets the value of the 'Units System' containment reference.- 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 - 
Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface UnitDefinitionTypegetCatalogSymbol, getQuantityType, setCatalogSymbol, setQuantityType
 
- 
 
- 
- 
- 
Method Detail- 
getUnitsSystemReferenceType 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()
 
 - 
setUnitsSystemvoid 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()
 
 
- 
 
-