All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
SeffForkImpl

public interface SeffFork extends EObject
A representation of the model object 'Seff Fork'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getName

      String getName()
      Returns the value of the 'Name' attribute.
      Returns:
      the value of the 'Name' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setName

      void setName(String value)
      Sets the value of the 'Name' attribute.
      Parameters:
      value - the new value of the 'Name' attribute.
      See Also:
      Generated class or method.
    • getSeff

      SubSeff getSeff()
      Returns the value of the 'Seff' containment reference.
      Returns:
      the value of the 'Seff' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true"
    • setSeff

      void setSeff(SubSeff value)
      Sets the value of the 'Seff' containment reference.
      Parameters:
      value - the new value of the 'Seff' containment reference.
      See Also:
      Generated class or method.