public static enum OpenSearchServerParam.ParameterEnum extends Enum<OpenSearchServerParam.ParameterEnum>
Enum Constant and Description |
---|
APIKEY |
EXTENSIONS |
FIELDLIST |
INDEXNAME |
MAXFILESIZE |
MIMETYPES |
SCHEDULERJOB |
SERVERLOCATION |
USERNAME |
Modifier and Type | Field and Description |
---|---|
protected String |
defaultValue |
Modifier and Type | Method and Description |
---|---|
static OpenSearchServerParam.ParameterEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenSearchServerParam.ParameterEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenSearchServerParam.ParameterEnum SERVERLOCATION
public static final OpenSearchServerParam.ParameterEnum INDEXNAME
public static final OpenSearchServerParam.ParameterEnum USERNAME
public static final OpenSearchServerParam.ParameterEnum APIKEY
public static final OpenSearchServerParam.ParameterEnum SCHEDULERJOB
public static final OpenSearchServerParam.ParameterEnum FIELDLIST
public static final OpenSearchServerParam.ParameterEnum MAXFILESIZE
public static final OpenSearchServerParam.ParameterEnum MIMETYPES
public static final OpenSearchServerParam.ParameterEnum EXTENSIONS
protected final String defaultValue
public static OpenSearchServerParam.ParameterEnum[] values()
for (OpenSearchServerParam.ParameterEnum c : OpenSearchServerParam.ParameterEnum.values()) System.out.println(c);
public static OpenSearchServerParam.ParameterEnum valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is null