Interface NormalSwitchCase

All Superinterfaces:
Commentable, Conditional, EObject, Notifier, StatementListContainer, SwitchCase
All Known Implementing Classes:
NormalSwitchCaseImpl

public interface NormalSwitchCase extends SwitchCase, Conditional
A representation of the model object 'Normal Switch Case'.

The following features are supported:

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

    • getAdditionalConditions

      EList<Expression> getAdditionalConditions()
      Returns the value of the 'Additional Conditions' containment reference list. The list contents are of type Expression.
      Returns:
      the value of the 'Additional Conditions' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" resolveProxies="true"