Interface SEFFSetAction

All Superinterfaces:
EObject, Notifier, SEFFActionContainer, SEFFContent
All Known Implementing Classes:
SEFFSetActionImpl

public interface SEFFSetAction extends SEFFActionContainer
A representation of the model object 'SEFF Set Action'.

The following features are supported:

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

    • getTarget

      String getTarget()
      Returns the value of the 'Target' attribute.
      Returns:
      the value of the 'Target' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setTarget

      void setTarget(String value)
      Sets the value of the 'Target' attribute.
      Parameters:
      value - the new value of the 'Target' attribute.
      See Also:
      Generated class or method.
    • getValue

      String getValue()
      Returns the value of the 'Value' attribute.
      Returns:
      the value of the 'Value' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setValue

      void setValue(String value)
      Sets the value of the 'Value' attribute.
      Parameters:
      value - the new value of the 'Value' attribute.
      See Also:
      Generated class or method.