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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCodeEx()Get the code that is used to represent this enumeration in the database.IntegergetCodeExInteger()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- 
getCodeExint getCodeEx() Get the code that is used to represent this enumeration in the database.- Returns:
- the database code for the enumeration
 
 - 
getCodeExIntegerInteger getCodeExInteger() Get the code that is used to represent this enumeration in the database.- Returns:
- the database code for the enumeration
 
 
- 
 
-