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