public interface UnitPower extends Unit
The following features are supported:
UnitsPackage.getUnitPower()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
int |
getExponent()
Returns the value of the 'Exponent' attribute.
|
Unit |
getUnit()
Returns the value of the 'Unit' containment reference.
|
void |
setExponent(int value)
Sets the value of the '
Exponent '
attribute. |
void |
setUnit(Unit value)
Sets the value of the '
Unit '
containment reference. |
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
static final java.lang.String copyright
Unit getUnit()
If the meaning of the 'Unit' containment reference isn't clear, there really should be more of a description here...
setUnit(Unit)
,
UnitsPackage.getUnitPower_Unit()
void setUnit(Unit value)
Unit
'
containment reference. value
- the new value of the 'Unit' containment reference.getUnit()
int getExponent()
If the meaning of the 'Exponent' attribute isn't clear, there really should be more of a description here...
setExponent(int)
,
UnitsPackage.getUnitPower_Exponent()
void setExponent(int value)
Exponent
'
attribute. value
- the new value of the 'Exponent' attribute.getExponent()