java.io.Serializable
, java.lang.Comparable<ActivationLogPanel.Status>
public static enum ActivationLogPanel.Status extends java.lang.Enum<ActivationLogPanel.Status>
Enum Constant | Description |
---|---|
CANCELLED |
Action aborted before it had time to complete.
|
FAIL |
Failed completion.
|
OK |
Successful completion.
|
Modifier and Type | Method | Description |
---|---|---|
static ActivationLogPanel.Status |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ActivationLogPanel.Status[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActivationLogPanel.Status OK
public static final ActivationLogPanel.Status FAIL
public static final ActivationLogPanel.Status CANCELLED
public static ActivationLogPanel.Status[] values()
for (ActivationLogPanel.Status c : ActivationLogPanel.Status.values()) System.out.println(c);
public static ActivationLogPanel.Status 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 ? 2003-2018 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.