|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||||||
com.sas.services.util.WaitPolicy.TYPE
public static enum WaitPolicy.TYPE
The "type" of wait. See the description for each of the enum values for their impact on the wait policy.
| Enum Constant Summary | |
|---|---|
FINITE
Waiting is specified. |
|
INFINITE
Waiting is specified. |
|
NONE
No waiting is specified. |
|
| Method Summary | |
|---|---|
static WaitPolicy.TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WaitPolicy.TYPE[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Enum Constant Detail |
|---|
public static final WaitPolicy.TYPE NONE
public static final WaitPolicy.TYPE FINITE
public static final WaitPolicy.TYPE INFINITE
| Method Detail |
|---|
public static WaitPolicy.TYPE[] values()
for (WaitPolicy.TYPE c : WaitPolicy.TYPE.values()) System.out.println(c);
public static WaitPolicy.TYPE 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 name
java.lang.NullPointerException - if the argument is null
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||||||