Class ConfigField


  • public class ConfigField
    extends Object
    This is the transport object for config fields between JEMH and potentially external modules in other addons
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getIconUrl

        public String getIconUrl()
      • setIconUrl

        public void setIconUrl​(String iconUrl)
      • getHelpUrl

        public String getHelpUrl()
      • setHelpUrl

        public void setHelpUrl​(String helpUrl)