public static enum ActivationLogPanel.Status extends Enum<ActivationLogPanel.Status>
| Enum Constant and Description |
|---|
CANCELLED
Action aborted before it had time to complete.
|
FAIL
Failed completion.
|
OK
Successful completion.
|
| Modifier and Type | Method and Description |
|---|---|
static ActivationLogPanel.Status |
valueOf(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(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 © 2003-2025 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.