protected static enum SikuliEventManager.State extends Enum<SikuliEventManager.State>
Enum Constant and Description |
---|
APPEARED |
FIRST |
MISSING |
REPEAT |
UNKNOWN |
VANISHED |
Modifier and Type | Method and Description |
---|---|
static SikuliEventManager.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SikuliEventManager.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SikuliEventManager.State FIRST
public static final SikuliEventManager.State UNKNOWN
public static final SikuliEventManager.State MISSING
public static final SikuliEventManager.State APPEARED
public static final SikuliEventManager.State VANISHED
public static final SikuliEventManager.State REPEAT
public static SikuliEventManager.State[] values()
for (SikuliEventManager.State c : SikuliEventManager.State.values()) System.out.println(c);
public static SikuliEventManager.State 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 null