Class Choose

  • All Implemented Interfaces:
    Action

    public class Choose
    extends AbstractAction
    Provides the context for mutually exclusive conditional execution.
    Author:
    tomyeh
    • Constructor Detail

      • Choose

        public Choose()
    • Method Detail

      • isTrim

        public boolean isTrim()
        Returns whether to trim the result.
      • setTrim

        public void setTrim​(boolean trim)
        Sets whether to trim the result.

        Default: true.

      • toString

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