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