java.io.Serializable, java.lang.Comparable<JShellEvent.EventType>public static enum JShellEvent.EventType extends java.lang.Enum<JShellEvent.EventType>
| Modifier and Type | Method | Description |
|---|---|---|
static JShellEvent.EventType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static JShellEvent.EventType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JShellEvent.EventType SCRIPT_LOAD_SUCCESS
public static final JShellEvent.EventType SCRIPT_LOAD_FAILURE
public static final JShellEvent.EventType SCRIPT_SAVE_SUCCESS
public static final JShellEvent.EventType SCRIPT_SAVE_FAILURE
public static final JShellEvent.EventType SCRIPT_RUN_SETUP_FAILURE
public static final JShellEvent.EventType SCRIPT_RUN
public static final JShellEvent.EventType SCRIPT_RUN_FAILURE
public static final JShellEvent.EventType SCRIPT_RUN_SUCCESS
public static final JShellEvent.EventType SCRIPT_STOP
public static final JShellEvent.EventType SCRIPT_FINISHED
public static final JShellEvent.EventType OUTPUT_CLEARED
public static final JShellEvent.EventType OUTPUT_SAVE_SUCESS
public static final JShellEvent.EventType OUTPUT_SAVE_FAILURE
public static JShellEvent.EventType[] values()
for (JShellEvent.EventType c : JShellEvent.EventType.values()) System.out.println(c);
public static JShellEvent.EventType 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 nullCopyright © 2018. All Rights Reserved.