Interface Switch

    • Method Detail

      • getCases

        EList<SwitchCase> getCases()
        Returns the value of the 'Cases' containment reference list. The list contents are of type SwitchCase.
        Returns:
        the value of the 'Cases' containment reference list.
        See Also:
        StatementsPackage.getSwitch_Cases()
        Generated class or method.
        EMF model class or method.
        containment="true" resolveProxies="true"
      • setVariable

        void setVariable​(Expression value)
        Sets the value of the 'Variable' containment reference.
        Parameters:
        value - the new value of the 'Variable' containment reference.
        See Also:
        getVariable()
        Generated class or method.