| Package | Description |
|---|---|
| org.graylog2.plugin.configuration.fields |
| Modifier and Type | Method and Description |
|---|---|
static ListField.Attribute |
ListField.Attribute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListField.Attribute[] |
ListField.Attribute.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ListField(String name,
String humanName,
List<String> defaultValue,
Map<String,String> values,
String description,
ConfigurationField.Optional isOptional,
int position,
ListField.Attribute... attributes) |
ListField(String name,
String humanName,
List<String> defaultValue,
Map<String,String> values,
String description,
ConfigurationField.Optional isOptional,
ListField.Attribute... attributes) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.