Class AbstractAction

    • Constructor Detail

      • AbstractAction

        public AbstractAction()
    • Method Detail

      • setName

        public void setName​(String name)
        Description copied from interface: IAction
        Sets the name of the action
        Specified by:
        setName in interface IAction
        Parameters:
        name - the name of the action
      • getName

        public String getName()
        Specified by:
        getName in interface IAction
        Returns:
        the name of the action
      • setParameter

        public void setParameter​(String name,
                                 String value)
        Description copied from interface: IAction
        Sets a parameter with a custom name and value
        Specified by:
        setParameter in interface IAction
        Parameters:
        name - the name of the parameter
        value - the value of the parameter
      • getParameter

        public String getParameter​(String parameterName)
        Specified by:
        getParameter in interface IAction
        Parameters:
        parameterName - the name of the parameter
        Returns:
        the configured parameter based on its name