Interface FloatingBaseline

All Superinterfaces:
Baseline, CDOObject, CDOWithID, EObject, ModelElement, ModuleElement, Notifier, StreamElement, SystemElement
All Known Subinterfaces:
Change, Stream
All Known Implementing Classes:
ChangeImpl, FloatingBaselineImpl, StreamImpl

public interface FloatingBaseline extends Baseline
A representation of the model object 'Floating Baseline'.
See Also:
Generated
Model
abstract="true"
No Implement
This interface is not intended to be implemented by clients.

The following features are supported:

No Extend
This interface is not intended to be extended by clients.
  • Method Details

    • getBranch

      CDOBranchRef getBranch()
      Generated
      Model
      kind="operation" dataType="org.eclipse.emf.cdo.etypes.BranchRef" required="true"
    • isClosed

      boolean isClosed()
      Returns the value of the 'Closed' attribute.
      Returns:
      the value of the 'Closed' attribute.
      See Also:
      Generated
      Model
    • setClosed

      void setClosed(boolean value)
      Sets the value of the 'Closed' attribute.
      Parameters:
      value - the new value of the 'Closed' attribute.
      See Also:
      Generated
    • getBase

      FixedBaseline getBase()
      Generated
      Model
      kind="operation"
    • getDeliveries

      EList<Delivery> getDeliveries()
      Generated
      Model
      kind="operation"