Class EchoAction

  • All Implemented Interfaces:
    Executable

    public class EchoAction
    extends java.lang.Object
    implements Executable
    EchoAction to produce attributes.

    Created: 2008. 03. 22 PM 5:50:44

    • Constructor Detail

      • EchoAction

        public EchoAction​(EchoActionRule echoActionRule)
        Instantiates a new EchoAction.
        Parameters:
        echoActionRule - the echo action rule
    • Method Detail

      • execute

        public java.lang.Object execute​(Activity activity)
                                 throws java.lang.Exception
        Description copied from interface: Executable
        Execute this action.
        Specified by:
        execute in interface Executable
        Parameters:
        activity - the activity
        Returns:
        the result of action execution
        Throws:
        java.lang.Exception - if the action fails to execute
      • getEchoActionRule

        public EchoActionRule getEchoActionRule()
        Returns the echo action rule.
        Returns:
        the echoActionRule
      • getActionId

        public java.lang.String getActionId()
        Description copied from interface: Executable
        Gets the action id.
        Specified by:
        getActionId in interface Executable
        Returns:
        the action id
      • isHidden

        public boolean isHidden()
        Description copied from interface: Executable
        Returns whether this action is hidden.
        Specified by:
        isHidden in interface Executable
        Returns:
        true, if is hidden action
      • getActionRule

        public <T> T getActionRule()
        Description copied from interface: Executable
        Gets the action rule.
        Specified by:
        getActionRule in interface Executable
        Type Parameters:
        T - the generic type
        Returns:
        the action rule
      • toString

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