Package net.opengis.gml311
Interface ConventionalUnitType
-
- All Superinterfaces:
AbstractGMLType
,DefinitionType
,EObject
,Notifier
,UnitDefinitionType
- All Known Implementing Classes:
ConventionalUnitTypeImpl
public interface ConventionalUnitType extends UnitDefinitionType
A representation of the model object 'Conventional Unit Type'. Definition of a unit of measure which is related to a preferred unit for this quantity type through a conversion formula. A method for deriving this unit by algebraic combination of more primitive units, may also be provided.The following features are supported:
- See Also:
Gml311Package.getConventionalUnitType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConversionToPreferredUnitType
getConversionToPreferredUnit()
Returns the value of the 'Conversion To Preferred Unit' containment reference.EList<DerivationUnitTermType>
getDerivationUnitTerm()
Returns the value of the 'Derivation Unit Term' containment reference list.ConversionToPreferredUnitType
getRoughConversionToPreferredUnit()
Returns the value of the 'Rough Conversion To Preferred Unit' containment reference.void
setConversionToPreferredUnit(ConversionToPreferredUnitType value)
Sets the value of the 'Conversion To Preferred Unit
' containment reference.void
setRoughConversionToPreferredUnit(ConversionToPreferredUnitType value)
Sets the value of the 'Rough Conversion To Preferred Unit
' 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
-
getConversionToPreferredUnit
ConversionToPreferredUnitType getConversionToPreferredUnit()
Returns the value of the 'Conversion To Preferred Unit' containment reference. This element is included when this unit has an accurate conversion to the preferred unit for this quantity type.- Returns:
- the value of the 'Conversion To Preferred Unit' containment reference.
- See Also:
setConversionToPreferredUnit(ConversionToPreferredUnitType)
,Gml311Package.getConventionalUnitType_ConversionToPreferredUnit()
-
setConversionToPreferredUnit
void setConversionToPreferredUnit(ConversionToPreferredUnitType value)
Sets the value of the 'Conversion To Preferred Unit
' containment reference.- Parameters:
value
- the new value of the 'Conversion To Preferred Unit' containment reference.- See Also:
getConversionToPreferredUnit()
-
getRoughConversionToPreferredUnit
ConversionToPreferredUnitType getRoughConversionToPreferredUnit()
Returns the value of the 'Rough Conversion To Preferred Unit' containment reference. This element is included when the correct definition of this unit is unknown, but this unit has a rough or inaccurate conversion to the preferred unit for this quantity type.- Returns:
- the value of the 'Rough Conversion To Preferred Unit' containment reference.
- See Also:
setRoughConversionToPreferredUnit(ConversionToPreferredUnitType)
,Gml311Package.getConventionalUnitType_RoughConversionToPreferredUnit()
-
setRoughConversionToPreferredUnit
void setRoughConversionToPreferredUnit(ConversionToPreferredUnitType value)
Sets the value of the 'Rough Conversion To Preferred Unit
' containment reference.- Parameters:
value
- the new value of the 'Rough Conversion To Preferred Unit' containment reference.- See Also:
getRoughConversionToPreferredUnit()
-
getDerivationUnitTerm
EList<DerivationUnitTermType> getDerivationUnitTerm()
Returns the value of the 'Derivation Unit Term' containment reference list. The list contents are of typeDerivationUnitTermType
.If the meaning of the 'Derivation Unit Term' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Derivation Unit Term' containment reference list.
- See Also:
Gml311Package.getConventionalUnitType_DerivationUnitTerm()
-
-