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