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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ConversionToPreferredUnitTypegetConversionToPreferredUnit()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.ConversionToPreferredUnitTypegetRoughConversionToPreferredUnit()Returns the value of the 'Rough Conversion To Preferred Unit' containment reference.voidsetConversionToPreferredUnit(ConversionToPreferredUnitType value)Sets the value of the 'Conversion To Preferred Unit' containment reference.voidsetRoughConversionToPreferredUnit(ConversionToPreferredUnitType value)Sets the value of the 'Rough Conversion To Preferred Unit' 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- 
getConversionToPreferredUnitConversionToPreferredUnitType 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()
 
 - 
setConversionToPreferredUnitvoid 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()
 
 - 
getRoughConversionToPreferredUnitConversionToPreferredUnitType 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()
 
 - 
setRoughConversionToPreferredUnitvoid 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()
 
 - 
getDerivationUnitTermEList<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()
 
 
- 
 
-