Interface AbsoluteAdjustment
- All Superinterfaces:
AdjustmentType
,org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Notifier
- All Known Implementing Classes:
AbsoluteAdjustmentImpl
A representation of the model object 'Absolute Adjustment'.
The AbsoluteAdjustment denotes that the group is adjusted to a goal value.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the value of the 'Goal Value' attribute.void
setGoalValue
(int value) Sets the value of the 'Goal Value
' attribute.Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getGoalValue
int getGoalValue()Returns the value of the 'Goal Value' attribute. The default value is"0"
. The goalValue determines the target number of elements for a particular group, e.g., a value 5 means that the group will have 5 elements.- Returns:
- the value of the 'Goal Value' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- default="0" required="true"
-
setGoalValue
void setGoalValue(int value) Sets the value of the 'Goal Value
' attribute.- Parameters:
value
- the new value of the 'Goal Value' attribute.- See Also:
- Generated class or method.
-