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