Class TemplateMacroParameters


  • public class TemplateMacroParameters
    extends Object
    Parameters for the TemplateMacro Macro.
    Since:
    7.0M1
    Version:
    $Id: 8d43e4b896d63b696b6f841656840fc491ea4535 $
    • Constructor Detail

      • TemplateMacroParameters

        public TemplateMacroParameters()
    • Method Detail

      • setName

        public void setName​(String name)
        Parameters:
        name - the name of the template
      • getName

        public String getName()
        Returns:
        the name of the template
      • isOutput

        public boolean isOutput()
        Returns:
        specify whether or not the result of the execution should be returned the macro.
      • setOutput

        public void setOutput​(boolean output)
        Parameters:
        output - specify whether or not the result of the execution should be returned the macro.