public static enum ITrigger.TriggerType extends Enum<ITrigger.TriggerType>
Modifier and Type | Method and Description |
---|---|
static ITrigger.TriggerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ITrigger.TriggerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ITrigger.TriggerType ALARM
public static final ITrigger.TriggerType CLEARING
public static ITrigger.TriggerType[] values()
for (ITrigger.TriggerType c : ITrigger.TriggerType.values()) System.out.println(c);
public static ITrigger.TriggerType 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 © 2023 Frank!Framework. All rights reserved.