public static enum OpenSearchServerParam.ParameterEnum extends java.lang.Enum<OpenSearchServerParam.ParameterEnum>
| Enum Constant and Description |
|---|
APIKEY |
EXTENSIONS |
FIELDLIST |
INDEXNAME |
MAXFILESIZE |
MIMETYPES |
SCHEDULERJOB |
SERVERLOCATION |
USERNAME |
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
defaultValue |
| Modifier and Type | Method and Description |
|---|---|
static OpenSearchServerParam.ParameterEnum |
valueOf(java.lang.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
public static OpenSearchServerParam.ParameterEnum[] values()
for (OpenSearchServerParam.ParameterEnum c : OpenSearchServerParam.ParameterEnum.values()) System.out.println(c);
public static OpenSearchServerParam.ParameterEnum valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null