public static enum AcReaction.ReactionDirection extends Enum<AcReaction.ReactionDirection>
| Modifier and Type | Method and Description |
|---|---|
static AcReaction.ReactionDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AcReaction.ReactionDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AcReaction.ReactionDirection Forward
public static final AcReaction.ReactionDirection Reverse
public static final AcReaction.ReactionDirection Both
public static AcReaction.ReactionDirection[] values()
for (AcReaction.ReactionDirection c : AcReaction.ReactionDirection.values()) System.out.println(c);
public static AcReaction.ReactionDirection 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. All Rights Reserved.