Interface ExpectedCount

All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, EObject, ExpectedPrimitive, ExpectedValue, Notifier
All Known Implementing Classes:
ExpectedCountImpl

public interface ExpectedCount extends ExpectedPrimitive
A representation of the model object 'Expected Count'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getCount

      int getCount()
      Returns the value of the 'Count' attribute.
      Returns:
      the value of the 'Count' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setCount

      void setCount(int value)
      Sets the value of the 'Count' attribute.
      Parameters:
      value - the new value of the 'Count' attribute.
      See Also:
      Generated class or method.