Package de.xima.fc.timing
Enum TriggerKeyFactory.ETriggerGroups
- All Implemented Interfaces:
Serializable
,Comparable<TriggerKeyFactory.ETriggerGroups>
- Enclosing class:
- TriggerKeyFactory
Enumeration of the predefined for trigger groups
- Author:
- XIMA MEDIA GmbH
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionTrigger group for triggers ofClientCounter
sTrigger group for date triggers that fire at a specific date.Trigger group for delayed triggers that fire later.Trigger group for repeating triggers that fire periodically.Trigger group for workflow triggers of the new workflow. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static TriggerKeyFactory.ETriggerGroups[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
CLIENT_COUNTER
Trigger group for triggers ofClientCounter
s -
DATE_TRIGGER
Trigger group for date triggers that fire at a specific date. -
DELAY_TRIGGER
Trigger group for delayed triggers that fire later. -
REPEAT_TRIGGER
Trigger group for repeating triggers that fire periodically. -
WORKFLOW_TRIGGER
Trigger group for workflow triggers of the new workflow.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-