
public static enum BlockingPhaserManager.PhaserEventType extends Enum<BlockingPhaserManager.PhaserEventType>
| Enum Constant and Description |
|---|
POST_WAIT |
PRE_SIGNAL |
| Modifier and Type | Method and Description |
|---|---|
static BlockingPhaserManager.PhaserEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlockingPhaserManager.PhaserEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlockingPhaserManager.PhaserEventType PRE_SIGNAL
public static final BlockingPhaserManager.PhaserEventType POST_WAIT
public static BlockingPhaserManager.PhaserEventType[] values()
for (BlockingPhaserManager.PhaserEventType c : BlockingPhaserManager.PhaserEventType.values()) System.out.println(c);
public static BlockingPhaserManager.PhaserEventType 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 © 2014 Rice University - Department of Computer Science. All rights reserved.