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
,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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description char
getCodeEx()
Get the code that is used to represent this enumeration in the database.Character
getCodeExCharacter()
Get the code that is used to represent this enumeration in the database.String
getCodeExString()
Get the code that is used to represent this enumeration in the database.-
Methods inherited from interface com.redwood.scheduler.api.model.enumeration.BaseSchedulerEnumeration
getCodeExValue, getDescriptionKey, getTranslationEN, getTranslationKey, name, ordinal
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
getCodeEx
char getCodeEx()
Get the code that is used to represent this enumeration in the database.- Returns:
- the database code for the enumeration
-
getCodeExCharacter
Character getCodeExCharacter()
Get the code that is used to represent this enumeration in the database.- Returns:
- the database code for the enumeration
-
getCodeExString
String getCodeExString()
Get the code that is used to represent this enumeration in the database.- Returns:
- the database code for the enumeration
-
-