static PeopleSoftBatchJobStatus |
PeopleSoftBatchJobStatus.safeValueOf(String value) |
Helper function to return the PeopleSoftBatchJobStatus represented by
value .
|
static PeopleSoftBatchJobStatus |
PeopleSoftBatchJobStatus.valueOf(char code) |
Helper function to return the PeopleSoftBatchJobStatus represented by code.
|
static PeopleSoftBatchJobStatus |
PeopleSoftBatchJobStatus.valueOf(Character code) |
Helper function to return the PeopleSoftBatchJobStatus represented by code.
|
static PeopleSoftBatchJobStatus |
PeopleSoftBatchJobStatus.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static PeopleSoftBatchJobStatus |
PeopleSoftBatchJobStatus.valueOfCode(String code) |
Helper function to return the PeopleSoftBatchJobStatus represented by code.
|
static PeopleSoftBatchJobStatus[] |
PeopleSoftBatchJobStatus.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|