Interface StepAdjustment
- All Superinterfaces:
AdjustmentType
,org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Notifier
- All Known Implementing Classes:
StepAdjustmentImpl
A representation of the model object 'Step Adjustment'.
The StepAdjustment denotes that the group is adjusted by adding or removing a fixed amount of elements.
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 'Step Value' attribute.void
setStepValue
(int value) Sets the value of the 'Step 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
-
getStepValue
int getStepValue()Returns the value of the 'Step Value' attribute. The default value is"0"
. The stepValue describes how many elements in the group should be added or removed. For example, a vallue of -1 determines that one element should be removed from the group.- Returns:
- the value of the 'Step Value' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- default="0" required="true"
-
setStepValue
void setStepValue(int value) Sets the value of the 'Step Value
' attribute.- Parameters:
value
- the new value of the 'Step Value' attribute.- See Also:
- Generated class or method.
-