public static enum TriggerKeyFactory.TriggerGroups extends Enum<TriggerKeyFactory.TriggerGroups>
Enum Constant and Description |
---|
DATE_TRIGGER |
DELAY_TRIGGER |
Modifier and Type | Method and Description |
---|---|
static TriggerKeyFactory.TriggerGroups |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TriggerKeyFactory.TriggerGroups[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TriggerKeyFactory.TriggerGroups DELAY_TRIGGER
public static final TriggerKeyFactory.TriggerGroups DATE_TRIGGER
public static TriggerKeyFactory.TriggerGroups[] values()
for (TriggerKeyFactory.TriggerGroups c : TriggerKeyFactory.TriggerGroups.values()) System.out.println(c);
public static TriggerKeyFactory.TriggerGroups valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2018 XIMA MEDIA GmbH. All rights reserved.