public static enum ANCThread.Event extends Enum<ANCThread.Event>
| Enum Constant and Description |
|---|
HALTED |
PAUSED |
RESUMED |
STARTED |
STOPPED |
TERMINATED |
| Modifier and Type | Method and Description |
|---|---|
static ANCThread.Event |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ANCThread.Event[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ANCThread.Event STOPPED
public static final ANCThread.Event STARTED
public static final ANCThread.Event PAUSED
public static final ANCThread.Event RESUMED
public static final ANCThread.Event HALTED
public static final ANCThread.Event TERMINATED
public static ANCThread.Event[] values()
for (ANCThread.Event c : ANCThread.Event.values()) System.out.println(c);
public static ANCThread.Event 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 © 2016 The American National Corpus. All rights reserved.