Interface AbsoluteAdjustment

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

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