public static enum ScriptContext.Standard extends java.lang.Enum<ScriptContext.Standard> implements ScriptContext
ScriptContext.Plugin, ScriptContext.Standard| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey() |
java.lang.String |
toString() |
static ScriptContext.Standard |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScriptContext.Standard[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScriptContext.Standard AGGS
public static final ScriptContext.Standard SEARCH
public static final ScriptContext.Standard UPDATE
public static final ScriptContext.Standard INGEST
public static ScriptContext.Standard[] values()
for (ScriptContext.Standard c : ScriptContext.Standard.values()) System.out.println(c);
public static ScriptContext.Standard 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 nullpublic java.lang.String getKey()
getKey in interface ScriptContextpublic java.lang.String toString()
toString in class java.lang.Enum<ScriptContext.Standard>