public enum FlexTriggerEvent extends Enum<FlexTriggerEvent>
Enum Constant and Description |
---|
KEYBOARD
The action will be replayed by keyboard.
|
MOUSE
The action will be replayed by mouse.
|
Modifier and Type | Method and Description |
---|---|
static FlexTriggerEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlexTriggerEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlexTriggerEvent MOUSE
public static final FlexTriggerEvent KEYBOARD
public static FlexTriggerEvent[] values()
for (FlexTriggerEvent c : FlexTriggerEvent.values()) System.out.println(c);
public static FlexTriggerEvent 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 2009-2012 Micro Focus. All Rights Reserved.