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