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