Enum Class AvailabilityCalculationMode
java.lang.Object
java.lang.Enum<AvailabilityCalculationMode>
overit.geocallapp.wfm.scheduling.bl.systemsetting.AvailabilityCalculationMode
- All Implemented Interfaces:
Serializable,Comparable<AvailabilityCalculationMode>,Constable,overit.geocallapp.wfm.base.systemsettings.SystemSettingsEnum
public enum AvailabilityCalculationMode
extends Enum<AvailabilityCalculationMode>
implements overit.geocallapp.wfm.base.systemsettings.SystemSettingsEnum
The enum that defines the availability calculation modes.
- Since:
- 15.0
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Returns the system settings enum code.getId()Returns the system settings enum id.static AvailabilityCalculationModeReturns the enum constant with the specified id.static AvailabilityCalculationModeReturns the enum constant of this class with the specified name.static AvailabilityCalculationMode[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CALENDAR
-
NOW
-
LAST_SCHEDULE
-
-
Field Details
-
id
-
code
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
valueOf
Returns the enum constant with the specified id.- Parameters:
id- the enum id- Returns:
- the enum constant
-
getId
Description copied from interface:overit.geocallapp.wfm.base.systemsettings.SystemSettingsEnumReturns the system settings enum id.- Specified by:
getIdin interfaceoverit.geocallapp.wfm.base.systemsettings.SystemSettingsEnum- Returns:
- the the system settings enum id
-
getCode
Description copied from interface:overit.geocallapp.wfm.base.systemsettings.SystemSettingsEnumReturns the system settings enum code.- Specified by:
getCodein interfaceoverit.geocallapp.wfm.base.systemsettings.SystemSettingsEnum- Returns:
- the system settings enum code
-