Class MacroBody


  • public class MacroBody
    extends Object
    Represents body metadata for a macro.

    If the i18n properties file has values for Label and Description these will appear in the Macro Browser (for example) instead of the default text.

    • Constructor Detail

      • MacroBody

        public MacroBody​(String pluginKey,
                         String macroName)
      • MacroBody

        public MacroBody​(String pluginKey,
                         String macroName,
                         boolean hidden)
    • Method Detail

      • getLabel

        public Message getLabel()
      • getDescription

        public Message getDescription()
      • isHidden

        public boolean isHidden()
        Whether or not to display the macro body in the macro browser.
      • getBodyType

        public String getBodyType()
      • setBodyType

        public void setBodyType​(String bodyType)