Uses of Enum Class
org.graylog2.plugin.configuration.fields.NumberField.Attribute
Packages that use NumberField.Attribute
-
Uses of NumberField.Attribute in org.graylog2.plugin.configuration.fields
Methods in org.graylog2.plugin.configuration.fields that return NumberField.AttributeModifier and TypeMethodDescriptionstatic NumberField.AttributeReturns the enum constant of this class with the specified name.static NumberField.Attribute[]NumberField.Attribute.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.graylog2.plugin.configuration.fields with parameters of type NumberField.AttributeModifierConstructorDescriptionNumberField(String name, String humanName, double defaultValue, String description, ConfigurationField.Optional isOptional, int position, NumberField.Attribute... attributes) NumberField(String name, String humanName, double defaultValue, String description, ConfigurationField.Optional isOptional, NumberField.Attribute... attributes) NumberField(String name, String humanName, double defaultValue, String description, NumberField.Attribute... attributes) NumberField(String name, String humanName, int defaultValue, String description, ConfigurationField.Optional isOptional, int position, NumberField.Attribute... attributes) NumberField(String name, String humanName, int defaultValue, String description, ConfigurationField.Optional isOptional, NumberField.Attribute... attributes) NumberField(String name, String humanName, int defaultValue, String description, NumberField.Attribute... attributes)