public static enum TriggerKeyFactory.ETriggerGroups extends Enum<TriggerKeyFactory.ETriggerGroups>
| Enum Constant and Description | 
|---|
DATE_TRIGGER  | 
DELAY_TRIGGER  | 
REPEAT_TRIGGER  | 
| Modifier and Type | Method and Description | 
|---|---|
static TriggerKeyFactory.ETriggerGroups | 
valueOf(String name)
Returns 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. 
 | 
public static final TriggerKeyFactory.ETriggerGroups DELAY_TRIGGER
public static final TriggerKeyFactory.ETriggerGroups DATE_TRIGGER
public static final TriggerKeyFactory.ETriggerGroups REPEAT_TRIGGER
public static TriggerKeyFactory.ETriggerGroups[] values()
for (TriggerKeyFactory.ETriggerGroups c : TriggerKeyFactory.ETriggerGroups.values()) System.out.println(c);
public static TriggerKeyFactory.ETriggerGroups 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 © 2020 XIMA MEDIA GmbH. All rights reserved.