Interface Baseline

All Superinterfaces:
CDOObject, CDOWithID, EObject, ModelElement, ModuleElement, Notifier, StreamElement, SystemElement
All Known Subinterfaces:
Change, Delivery, Drop, FixedBaseline, FloatingBaseline, Stream
All Known Implementing Classes:
BaselineImpl, ChangeImpl, DeliveryImpl, DropImpl, FixedBaselineImpl, FloatingBaselineImpl, StreamImpl

public interface Baseline extends StreamElement
A representation of the model object '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.
  • Field Details

  • Method Details

    • getStream

      Stream getStream()
      Returns the value of the 'Stream' container reference. It is bidirectional and its opposite is 'Contents'.
      Specified by:
      getStream in interface StreamElement
      Returns:
      the value of the 'Stream' container reference.
      See Also:
      Generated
      Model
      opposite="contents" transient="false"
    • setStream

      void setStream(Stream value)
      Sets the value of the 'Stream' container reference.
      Parameters:
      value - the new value of the 'Stream' container reference.
      See Also:
      Generated
    • isFloating

      boolean isFloating()
      Returns the value of the 'Floating' attribute.
      Returns:
      the value of the 'Floating' attribute.
      See Also:
      Generated
      Model
      transient="true" changeable="false" volatile="true" derived="true"
    • getName

      String getName()
      Generated
      Model
      kind="operation"
    • getTypeName

      String getTypeName()
    • getTypeAndName

      String getTypeAndName()
    • getBranchPoint

      CDOBranchPointRef getBranchPoint()
      Generated
      Model
      kind="operation" dataType="org.eclipse.emf.cdo.etypes.BranchPointRef"
    • getBaseTimeStamp

      long getBaseTimeStamp()
      Generated
      Model
      kind="operation"