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