Interface Drop

All Superinterfaces:
Baseline, CDOObject, CDOWithID, EObject, FixedBaseline, ModelElement, ModuleElement, Notifier, StreamElement, SystemElement
All Known Implementing Classes:
DropImpl

public interface Drop extends FixedBaseline
A representation of the model object 'Drop'.
See Also:
Generated
Model
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

    • getType

      DropType getType()
      Returns the value of the 'Type' reference.
      Returns:
      the value of the 'Type' reference.
      See Also:
      Generated
      Model
      required="true"
    • setType

      void setType(DropType value)
      Sets the value of the 'Type' reference.
      Parameters:
      value - the new value of the 'Type' reference.
      See Also:
      Generated
    • getLabel

      String getLabel()
      Returns the value of the 'Label' attribute.
      Returns:
      the value of the 'Label' attribute.
      See Also:
      Generated
      Model
    • setLabel

      void setLabel(String value)
      Sets the value of the 'Label' attribute.
      Parameters:
      value - the new value of the 'Label' attribute.
      See Also:
      Generated
    • getBranchPoint

      CDOBranchPointRef getBranchPoint()
      Returns the value of the 'Branch Point' attribute. The default value is "".
      Specified by:
      getBranchPoint in interface Baseline
      Returns:
      the value of the 'Branch Point' attribute.
      See Also:
      Generated
      Model
      default="" dataType="org.eclipse.emf.cdo.etypes.BranchPointRef" required="true"
    • setBranchPoint

      void setBranchPoint(CDOBranchPointRef value)
      Sets the value of the 'Branch Point' attribute.
      Parameters:
      value - the new value of the 'Branch Point' attribute.
      See Also:
      Generated
    • isRelease

      boolean isRelease()
      Generated
      Model
      kind="operation"
    • getBasedStreams

      EList<Stream> getBasedStreams()
      Generated
      Model
      kind="operation"