public static enum JSEndpoints.ExecutionMode extends Enum<JSEndpoints.ExecutionMode>
| Modifier and Type | Method and Description |
|---|---|
static JSEndpoints.ExecutionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSEndpoints.ExecutionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JSEndpoints.ExecutionMode REGISTER
public static final JSEndpoints.ExecutionMode EVAL
public static JSEndpoints.ExecutionMode[] values()
for (JSEndpoints.ExecutionMode c : JSEndpoints.ExecutionMode.values()) System.out.println(c);
public static JSEndpoints.ExecutionMode 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 nullCopyright © 2016 RAML. All rights reserved.