private static enum ScriptProgressMonitorPanel.IconState extends java.lang.Enum<ScriptProgressMonitorPanel.IconState>
Modifier and Type | Method and Description |
---|---|
static ScriptProgressMonitorPanel.IconState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScriptProgressMonitorPanel.IconState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScriptProgressMonitorPanel.IconState NONE
public static final ScriptProgressMonitorPanel.IconState WAITING
public static final ScriptProgressMonitorPanel.IconState STOP
public static final ScriptProgressMonitorPanel.IconState SUCCESS
public static final ScriptProgressMonitorPanel.IconState FAIL
public static ScriptProgressMonitorPanel.IconState[] values()
for (ScriptProgressMonitorPanel.IconState c : ScriptProgressMonitorPanel.IconState.values()) System.out.println(c);
public static ScriptProgressMonitorPanel.IconState 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 null