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