Interface IfCondition

  • All Superinterfaces:
    org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    IfConditionImpl

    public interface IfCondition
    extends org.eclipse.emf.ecore.EObject
    A representation of the model object 'If Condition'.

    The following features are supported:

    See Also:
    SimpleExpressionsPackage.getIfCondition()
    Model:
    Generated:
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Expression getCondition()
      Returns the value of the 'Condition' containment reference.
      boolean isElseif()
      Returns the value of the 'Elseif' attribute.
      void setCondition​(Expression value)
      Sets the value of the 'Condition' containment reference.
      void setElseif​(boolean value)
      Sets the value of the 'Elseif' attribute.
      • Methods inherited from interface org.eclipse.emf.ecore.EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • setElseif

        void setElseif​(boolean value)
        Sets the value of the 'Elseif' attribute.
        Parameters:
        value - the new value of the 'Elseif' attribute.
        See Also:
        isElseif()
        Generated:
      • setCondition

        void setCondition​(Expression value)
        Sets the value of the 'Condition' containment reference.
        Parameters:
        value - the new value of the 'Condition' containment reference.
        See Also:
        getCondition()
        Generated: