Class When

  • All Implemented Interfaces:
    Action

    public class When
    extends AbstractAction
    Represents an alternative within a Choose action.
    Author:
    tomyeh
    • Constructor Detail

      • When

        public When()
    • Method Detail

      • getTest

        public boolean getTest()
        Returns the test result.
      • setTest

        public void setTest​(boolean cond)
        Sets the test result.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object