Package net.opengis.gml311
Interface DerivationUnitTermType
- All Superinterfaces:
EObject
,Notifier
,UnitOfMeasureType
- All Known Implementing Classes:
DerivationUnitTermTypeImpl
A representation of the model object 'Derivation Unit Term Type'.
Definition of one unit term for a derived unit of measure. This unit term references another unit of measure (uom) and provides an integer exponent applied to that unit in defining the compound unit. The exponent can be positive or negative, but not zero.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Exponent' attribute.void
setExponent
(BigInteger value) Sets the value of the 'Exponent
' attribute.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 UnitOfMeasureType
getUom, setUom
-
Method Details
-
getExponent
BigInteger getExponent()Returns the value of the 'Exponent' attribute.If the meaning of the 'Exponent' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Exponent' attribute.
- See Also:
-
setExponent
Sets the value of the 'Exponent
' attribute.- Parameters:
value
- the new value of the 'Exponent' attribute.- See Also:
-