Class BooleanField

java.lang.Object
org.graylog2.plugin.configuration.fields.AbstractConfigurationField
org.graylog2.plugin.configuration.fields.BooleanField
All Implemented Interfaces:
ConfigurationField

public class BooleanField extends AbstractConfigurationField
  • Field Details

  • Constructor Details

    • BooleanField

      public BooleanField(String name, String humanName, boolean defaultValue, String description)
    • BooleanField

      public BooleanField(String name, String humanName, boolean defaultValue, String description, int position)
  • Method Details

    • getDefaultValue

      public Object getDefaultValue()
    • setDefaultValue

      public void setDefaultValue(Object defaultValue)