Interface Collect

All Superinterfaces:
org.eclipse.emf.ecore.EObject, IBmObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
CollectImpl

public interface Collect extends IBmObject
A representation of the model object 'Collect'.

The following features are supported:

See Also:
  • Method Details

    • getItems

      org.eclipse.emf.common.util.EList<CollectItem> getItems()
      Returns the value of the 'Items' containment reference list. The list contents are of type CollectItem.
      Returns:
      the value of the 'Items' containment reference list.
      See Also:
    • getTicks

      int getTicks()
      Returns the value of the 'Ticks' attribute.
      Returns:
      the value of the 'Ticks' attribute.
      See Also:
    • setTicks

      void setTicks(int value)
      Sets the value of the 'Ticks' attribute.
      Parameters:
      value - the new value of the 'Ticks' attribute.
      See Also: