Class SwitchCaseImpl

  • All Implemented Interfaces:
    Freezable

    public class SwitchCaseImpl
    extends SwitchCase
    implements Freezable
    Since:
    2.2
    Author:
    Leonardo Uribe
    • Constructor Detail

      • SwitchCaseImpl

        public SwitchCaseImpl()
    • Method Detail

      • freeze

        public void freeze()
        Description copied from interface: Freezable
        Call this method when the object will be made available to the runtime
        Specified by:
        freeze in interface Freezable
      • setFromOutcome

        public void setFromOutcome​(String fromOutcome)
      • setCondition

        public void setCondition​(Boolean condition)
      • setCondition

        public void setCondition​(jakarta.el.ValueExpression conditionEL)