Class ApiMacro

    • Constructor Detail

      • ApiMacro

        public ApiMacro()
    • Method Detail

      • getParamDescription

        public String[] getParamDescription()
        Description copied from class: BaseMacro
        Get a description of the paramters of the macro. The method returns an array with an String entry for every parameter. The format is {"1: description", ...} where 1 is the position of the parameter.
        Specified by:
        getParamDescription in interface Macro
        Overrides:
        getParamDescription in class BaseMacro
        Returns:
        description Array describing the parameters of the macro
      • getLocaleKey

        public String getLocaleKey()