Interface Condition

All Superinterfaces:
Commentable, Conditional, EObject, Notifier, Statement, StatementContainer
All Known Implementing Classes:
ConditionImpl

public interface Condition extends Statement, StatementContainer, Conditional
A representation of the model object 'Condition'.

The following features are supported:

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

    • getElseStatement

      Statement getElseStatement()
      Returns the value of the 'Else Statement' containment reference.
      Returns:
      the value of the 'Else Statement' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" resolveProxies="true"
    • setElseStatement

      void setElseStatement(Statement value)
      Sets the value of the 'Else Statement' containment reference.
      Parameters:
      value - the new value of the 'Else Statement' containment reference.
      See Also:
      Generated class or method.