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