Class PluginOption


  • public class PluginOption
    extends Object
    Predefined options that the user can choose from radio or dropdown for plugin setting.
    Author:
    Takayuki Maruyama
    • Constructor Detail

      • PluginOption

        public PluginOption()
    • Method Detail

      • getDisplayName

        public String getDisplayName()
      • getValue

        public String getValue()
      • setDisplayName

        public void setDisplayName​(String displayName)
      • setValue

        public void setValue​(String value)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object