Interface StepAdjustment

All Superinterfaces:
AdjustmentType, org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, EObject, Notifier
All Known Implementing Classes:
StepAdjustmentImpl

public interface StepAdjustment extends AdjustmentType
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 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.