Interface SchedulerIntegerEnumeration<E extends SchedulerIntegerEnumeration<E>>
-
- Type Parameters:
E
- The type of the enumeration
- All Superinterfaces:
BaseSchedulerEnumeration<E,Integer>
,Comparable<E>
,Serializable
- All Known Implementing Classes:
CountedLockValuesType
,DashboardEntityType
,NotificationType
,ParameterMappingType
,PermaLinkPurpose
,PrivilegeType
,PseudoDashboardDial
,SearchFile
,SharedExclusiveLockValuesType
,SimpleConstraintSort
public interface SchedulerIntegerEnumeration<E extends SchedulerIntegerEnumeration<E>> extends BaseSchedulerEnumeration<E,Integer>
Super interface of all generated integer enumeration types.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getCodeEx()
Get the code that is used to represent this enumeration in the database.Integer
getCodeExInteger()
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
int getCodeEx()
Get the code that is used to represent this enumeration in the database.- Returns:
- the database code for the enumeration
-
getCodeExInteger
Integer getCodeExInteger()
Get the code that is used to represent this enumeration in the database.- Returns:
- the database code for the enumeration
-
-