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