Interface FixedBaseline

All Superinterfaces:
Baseline, CDOObject, CDOWithID, EObject, ModelElement, ModuleElement, Notifier, StreamElement, SystemElement
All Known Subinterfaces:
Delivery, Drop
All Known Implementing Classes:
DeliveryImpl, DropImpl, FixedBaselineImpl

public interface FixedBaseline extends Baseline
A representation of the model object 'Fixed 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

    • getVersion

      Version getVersion()
      Returns the value of the 'Version' attribute.
      Returns:
      the value of the 'Version' attribute.
      See Also:
      Generated
      Model
      dataType="org.eclipse.emf.cdo.lm.modules.Version" required="true"
    • setVersion

      void setVersion(Version value)
      Sets the value of the 'Version' attribute.
      Parameters:
      value - the new value of the 'Version' attribute.
      See Also:
      Generated
    • getDependencies

      EList<Dependency> getDependencies()
      Returns the value of the 'Dependencies' containment reference list. The list contents are of type Dependency.
      Returns:
      the value of the 'Dependencies' containment reference list.
      See Also:
      Generated
      Model
      containment="true"
    • getBasedChanges

      EList<Change> getBasedChanges()
      Generated
      Model
      kind="operation"