public static enum JavaScriptEval.JavaScriptRuntime extends Enum<JavaScriptEval.JavaScriptRuntime>
| Modifier and Type | Method and Description |
|---|---|
static JavaScriptEval.JavaScriptRuntime |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaScriptEval.JavaScriptRuntime[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JavaScriptEval.JavaScriptRuntime NodeJs
public static final JavaScriptEval.JavaScriptRuntime PhantomJs
public static JavaScriptEval.JavaScriptRuntime[] values()
for (JavaScriptEval.JavaScriptRuntime c : JavaScriptEval.JavaScriptRuntime.values()) System.out.println(c);
public static JavaScriptEval.JavaScriptRuntime 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