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