public enum JobCategory extends Enum<JobCategory>
| Modifier and Type | Method and Description |
|---|---|
static JobCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobCategory DATA_STATISTICS
public static final JobCategory DATA_INTEGRITY
public static final JobCategory RESOURCE_TABLE
public static final JobCategory ANALYTICS_TABLE
public static final JobCategory DATA_SYNC
public static final JobCategory PROGRAM_DATA_SYNC
public static final JobCategory TRACKER_PROGRAMS_DATA_SYNC
public static final JobCategory EVENT_PROGRAMS_DATA_SYNC
public static final JobCategory FILE_RESOURCE_CLEANUP
public static final JobCategory IMAGE_PROCESSING
public static final JobCategory META_DATA_SYNC
public static final JobCategory SMS_SEND
public static final JobCategory SEND_SCHEDULED_MESSAGE
public static final JobCategory PROGRAM_NOTIFICATIONS
public static final JobCategory VALIDATION_RESULTS_NOTIFICATION
public static final JobCategory CREDENTIALS_EXPIRY_ALERT
public static final JobCategory MONITORING
public static final JobCategory PUSH_ANALYSIS
public static final JobCategory PREDICTOR
public static final JobCategory DATA_SET_NOTIFICATION
public static final JobCategory REMOVE_EXPIRED_RESERVED_VALUES
public static final JobCategory DATAVALUE_IMPORT
public static final JobCategory ANALYTICSTABLE_UPDATE
public static final JobCategory METADATA_IMPORT
public static final JobCategory GML_IMPORT
public static final JobCategory EVENT_IMPORT
public static final JobCategory ENROLLMENT_IMPORT
public static final JobCategory TEI_IMPORT
public static final JobCategory LEADER_ELECTION
public static final JobCategory LEADER_RENEWAL
public static final JobCategory COMPLETE_DATA_SET_REGISTRATION_IMPORT
public static JobCategory[] values()
for (JobCategory c : JobCategory.values()) System.out.println(c);
public static JobCategory valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2019 UiO. All rights reserved.