public enum HjPhaserMode extends Enum<HjPhaserMode>
Enum Constant and Description |
---|
SIG
SIGNAL mode for phaser registration.
|
SIG_WAIT
SIGNAL_WAIT mode for phaser registration.
|
SIG_WAIT_SINGLE
SIGNAL_WAIT_SINGLE mode for phaser registration.
|
WAIT
WAIT mode for phaser registration.
|
Modifier and Type | Field and Description |
---|---|
static HjPhaserMode |
DEFAULT_MODE
The default phaser registration mode.
|
Modifier and Type | Method and Description |
---|---|
static HjPhaserMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HjPhaserMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HjPhaserMode SIG
public static final HjPhaserMode WAIT
public static final HjPhaserMode SIG_WAIT
public static final HjPhaserMode SIG_WAIT_SINGLE
public static final HjPhaserMode DEFAULT_MODE
public static HjPhaserMode[] values()
for (HjPhaserMode c : HjPhaserMode.values()) System.out.println(c);
public static HjPhaserMode 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 © 2015 Rice University - Department of Computer Science. All rights reserved.