public static enum SEPExecutor.TakeTaskPermitResult extends java.lang.Enum<SEPExecutor.TakeTaskPermitResult>
Enum Constant and Description |
---|
NONE_AVAILABLE |
RETURNED_WORK_PERMIT |
TOOK_PERMIT |
Modifier and Type | Method and Description |
---|---|
static SEPExecutor.TakeTaskPermitResult |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SEPExecutor.TakeTaskPermitResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SEPExecutor.TakeTaskPermitResult NONE_AVAILABLE
public static final SEPExecutor.TakeTaskPermitResult TOOK_PERMIT
public static final SEPExecutor.TakeTaskPermitResult RETURNED_WORK_PERMIT
public static SEPExecutor.TakeTaskPermitResult[] values()
for (SEPExecutor.TakeTaskPermitResult c : SEPExecutor.TakeTaskPermitResult.values()) System.out.println(c);
public static SEPExecutor.TakeTaskPermitResult 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 © 2009-2021 The Apache Software Foundation