Interface SchedulerEnumeration<E extends SchedulerEnumeration<E>>
- 
- Type Parameters:
- E- The type of the enumeration
 - All Superinterfaces:
- BaseSchedulerEnumeration<E,Character>,- Comparable<E>,- Serializable
 - All Known Implementing Classes:
- ActionWorkStatus,- ActionWorkType,- AlertEscalationActionType,- AlertingBehavior,- AlertSourceActionType,- AlertStatus,- ApplicationMatch,- ArchiveEventsUnitType,- ArrayParameterSupport,- AuditLevel,- AuditNameMatchType,- AutoCommitStyle,- CalculatedRuntimeLimitType,- CompletionStrategyType,- CredentialProtocolType,- DashboardDialType,- DateComparisonType,- DateTimeOffset,- DeleteType,- EditableType,- EmailAlertGatewayActionType,- ERTPlusOrMinusType,- EventStatus,- ExtensionPointExtendsType,- ExtensionPointVisibilityType,- FileParameterType,- FinalStatusAction,- ForecastJobStatus,- GrantLevel,- HandlerAction,- HTTPRequestSubstitutionLocation,- ImportRuleSetActionType,- InterceptAction,- JDBCBindMode,- JdbcConnectionPoolingState,- JdbcStatementFeedbackFormat,- JdbcStatementTimingFormat,- JobDefinitionActionType,- JobDefinitionAlertSourceParameterMatchType,- JobDefinitionAlertSourceRuleOperation,- JobDefinitionAlertSourceRuleVariable,- JobDefinitionKeepType,- JobDefinitionKeepUnit,- JobDefinitionTypeActionType,- JobDescriptionPolicy,- JobFileAccessMethod,- JobFileType,- JobGroupCalculationStatus,- JobGroupStatus,- JobGroupUpdateActionType,- JobHandlingType,- JobMaintenance,- JobStatus,- JobStatusForJobGroup,- JobStatusState,- KillSignalType,- LDAPServerType,- LicensableItem,- LicensableItemType,- LockType,- LogLevel,- LOVControlType,- MailConnectionProtocol,- MandatoryParameterMappingType,- MaxMinType,- ModelChangeAction,- ModelTypes,- MonitorCheckPropagation,- MonitorNodePropagation,- MonitorValueAggregateEntryType,- NameMatchType,- NavigationBarItemType,- NumberComparisonType,- ObjectSearchCombineRule,- ObjectSearchConditionType,- ObjectSearchOperatorType,- ObjectSearchResultType,- ObjectSearchSortRule,- OraAppsBatchJobPhase,- OraAppsBatchJobStatus,- OraAppsDefaultValueOption,- OraAppsSubmitUserType,- OraOhiJobStatus,- OutputRetrievalType,- OwnerType,- ParameterDirection,- ParameterType,- PeopleSoftBatchJobStatus,- PeopleSoftDistributionJobStatus,- ProcessMonitorItemStatus,- ProcessMonitorItemType,- ProcessMonitorLogType,- ProcessServerCheckSource,- ProcessServerCheckStyle,- ProcessServerParameterType,- ProcessServerStatus,- QueryConditionType,- QueryConditionValueCombiner,- QueryConditionValueInclude,- QueueStatus,- ReactionJobType,- RegistryRoot,- RelationalMultiplicity,- RemoteSystemType,- RemoveOldJobsUnitType,- ReplyStatus,- ReportColumnFormat,- ReportQueryType,- ReportSelectionOperation,- ReportSelectionType,- RuntimeLimitType,- SAPAbapProgramParameterKind,- SAPAbapProgramParameterOption,- SAPAbapProgramParameterSign,- SAPAbapProgramParameterType,- SapBatchJobStatus,- SapBIInfoPackageJobStatus,- SapBIProcessChainJobStatus,- SapBIProcessJobStatus,- SAPJ2EEClientType,- SapJobDescriptionPolicy,- SAPMassActivityParameterType,- SAPNWCallbackParameterScope,- SAPNWCallbackScope,- SAPRecipientType,- SchedulingParameterName,- SecurityClauseTweak,- ShowPopUp,- SimpleConstraintType,- StartTimeType,- SubjectType,- SynchronizeAction,- TableImportMode,- TableParameterType,- TimeUnit,- TimeWindowStatus,- TriggerPoint,- UpdateFutureJobActionType,- UserMessageAttachmentType,- UserMessageFlowAction,- UserMessageNotificationMethod,- Validity,- ValueEditable,- VisualizationFontSize,- VisualizationLoggerCategory,- WaitEventSubmitType
 
 public interface SchedulerEnumeration<E extends SchedulerEnumeration<E>> extends BaseSchedulerEnumeration<E,Character> Super interface of all generated character enumeration types.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description chargetCodeEx()Get the code that is used to represent this enumeration in the database.CharactergetCodeExCharacter()Get the code that is used to represent this enumeration in the database.StringgetCodeExString()Get the code that is used to represent this enumeration in the database.- 
Methods inherited from interface com.redwood.scheduler.api.model.enumeration.BaseSchedulerEnumerationgetCodeExValue, getDescriptionKey, getTranslationEN, getTranslationKey, name, ordinal
 - 
Methods inherited from interface java.lang.ComparablecompareTo
 
- 
 
- 
- 
- 
Method Detail- 
getCodeExchar getCodeEx() Get the code that is used to represent this enumeration in the database.- Returns:
- the database code for the enumeration
 
 - 
getCodeExCharacterCharacter getCodeExCharacter() Get the code that is used to represent this enumeration in the database.- Returns:
- the database code for the enumeration
 
 - 
getCodeExStringString getCodeExString() Get the code that is used to represent this enumeration in the database.- Returns:
- the database code for the enumeration
 
 
- 
 
-