Uses of Enum Class
edu.internet2.middleware.grouperClient.jdbc.tableSync.GcGrouperSyncJobState
Packages that use GcGrouperSyncJobState
-
Uses of GcGrouperSyncJobState in edu.internet2.middleware.grouperClient.jdbc.tableSync
Methods in edu.internet2.middleware.grouperClient.jdbc.tableSync that return GcGrouperSyncJobStateModifier and TypeMethodDescriptionGcGrouperSyncJob.getJobState()static GcGrouperSyncJobStateReturns the enum constant of this class with the specified name.static GcGrouperSyncJobStateGcGrouperSyncJobState.valueOfIgnoreCase(String string) static GcGrouperSyncJobState[]GcGrouperSyncJobState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.internet2.middleware.grouperClient.jdbc.tableSync with parameters of type GcGrouperSyncJobStateModifier and TypeMethodDescriptionvoidGcGrouperSyncJob.setJobState(GcGrouperSyncJobState gcGrouperSyncJobState)