public static enum Log.Action extends Enum<Log.Action>
| Enum Constant and Description |
|---|
ActingOn |
Canceled |
Completed |
Deferring_Action |
Executing_Action |
Executing_Job |
FastForward |
Finished |
FinishingAt |
Started |
StartingAt |
| Modifier and Type | Method and Description |
|---|---|
static Log.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Log.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Log.Action StartingAt
public static final Log.Action FastForward
public static final Log.Action FinishingAt
public static final Log.Action ActingOn
public static final Log.Action Deferring_Action
public static final Log.Action Executing_Action
public static final Log.Action Executing_Job
public static final Log.Action Started
public static final Log.Action Finished
public static final Log.Action Canceled
public static final Log.Action Completed
public static Log.Action[] values()
for (Log.Action c : Log.Action.values()) System.out.println(c);
public static Log.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 plexiti GmbH. All rights reserved.