public static enum JavascriptSender.JavaScriptEngines extends Enum<JavascriptSender.JavaScriptEngines>
Modifier and Type | Method and Description |
---|---|
JavascriptEngine<?> |
create() |
static JavascriptSender.JavaScriptEngines |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavascriptSender.JavaScriptEngines[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JavascriptSender.JavaScriptEngines J2V8
public static final JavascriptSender.JavaScriptEngines NASHORN
public static final JavascriptSender.JavaScriptEngines RHINO
public static JavascriptSender.JavaScriptEngines[] values()
for (JavascriptSender.JavaScriptEngines c : JavascriptSender.JavaScriptEngines.values()) System.out.println(c);
public static JavascriptSender.JavaScriptEngines 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 nullpublic JavascriptEngine<?> create()
Copyright © 2023 Frank!Framework. All rights reserved.