Package net.opengis.gml311
Interface DerivationUnitTermType
-
- All Superinterfaces:
EObject
,Notifier
,UnitOfMeasureType
- All Known Implementing Classes:
DerivationUnitTermTypeImpl
public interface DerivationUnitTermType extends UnitOfMeasureType
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigInteger
getExponent()
Returns 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 UnitOfMeasureType
getUom, setUom
-
-
-
-
Method Detail
-
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(BigInteger)
,Gml311Package.getDerivationUnitTermType_Exponent()
-
setExponent
void setExponent(BigInteger value)
Sets the value of the 'Exponent
' attribute.- Parameters:
value
- the new value of the 'Exponent' attribute.- See Also:
getExponent()
-
-