public interface UnitDivision extends Unit
The following features are supported:
UnitsPackage.getUnitDivision()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
Unit |
getDividend()
Returns the value of the 'Dividend' containment reference.
|
Unit |
getDivisor()
Returns the value of the 'Divisor' containment reference.
|
void |
setDividend(Unit value)
Sets the value of the '
Dividend' containment reference. |
void |
setDivisor(Unit value)
Sets the value of the '
Divisor'
containment reference. |
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptioneAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverstatic final java.lang.String copyright
Unit getDividend()
If the meaning of the 'Dividend' containment reference isn't clear, there really should be more of a description here...
setDividend(Unit),
UnitsPackage.getUnitDivision_Dividend()void setDividend(Unit value)
Dividend' containment reference. value - the new value of the 'Dividend' containment reference.getDividend()Unit getDivisor()
If the meaning of the 'Divisor' containment reference isn't clear, there really should be more of a description here...
setDivisor(Unit),
UnitsPackage.getUnitDivision_Divisor()void setDivisor(Unit value)
Divisor'
containment reference. value - the new value of the 'Divisor' containment reference.getDivisor()