All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
ActionImpl, DeltaIoTBaseReconfiguration, DeltaIoTNetworkReconfiguration, DistributionFactorReconfiguration, QVToReconfiguration, Reconfiguration, TransmissionPowerReconfiguration

public interface Action<A> extends EObject
A representation of the model object 'Action'.

The following features are supported:

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

    • getAction

      A getAction()
      Returns the value of the 'Action' attribute.
      Returns:
      the value of the 'Action' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true"
    • setAction

      void setAction(A value)
      Sets the value of the 'Action' attribute.
      Parameters:
      value - the new value of the 'Action' attribute.
      See Also:
      Generated class or method.