Schnittstelle Drop

Alle Superschnittstellen:
Baseline, CDOObject, CDOWithID, EObject, FixedBaseline, ModelElement, ModuleElement, Notifier, StreamElement, SystemElement
Alle bekannten Implementierungsklassen:
DropImpl

public interface Drop extends FixedBaseline
A representation of the model object 'Drop'.
Siehe auch:
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.
  • Methodendetails

    • getType

      DropType getType()
      Returns the value of the 'Type' reference.
      Gibt zurück:
      the value of the 'Type' reference.
      Siehe auch:
      Generated
      Model
      required="true"
    • setType

      void setType(DropType value)
      Sets the value of the 'Type' reference.
      Parameter:
      value - the new value of the 'Type' reference.
      Siehe auch:
      Generated
    • getLabel

      String getLabel()
      Returns the value of the 'Label' attribute.
      Gibt zurück:
      the value of the 'Label' attribute.
      Siehe auch:
      Generated
      Model
    • setLabel

      void setLabel(String value)
      Sets the value of the 'Label' attribute.
      Parameter:
      value - the new value of the 'Label' attribute.
      Siehe auch:
      Generated
    • getBranchPoint

      CDOBranchPointRef getBranchPoint()
      Returns the value of the 'Branch Point' attribute. The default value is "".
      Angegeben von:
      getBranchPoint in Schnittstelle Baseline
      Gibt zurück:
      the value of the 'Branch Point' attribute.
      Siehe auch:
      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.
      Parameter:
      value - the new value of the 'Branch Point' attribute.
      Siehe auch:
      Generated
    • isRelease

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

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