public static enum Rules.RollSign extends java.lang.Enum<Rules.RollSign>
| Enum Constant and Description |
|---|
ANY |
NEGATIVE |
OPPOSITE |
POSITIVE |
SAME |
| Modifier and Type | Method and Description |
|---|---|
static Rules.RollSign |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Rules.RollSign[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Rules.RollSign ANY
public static final Rules.RollSign POSITIVE
public static final Rules.RollSign NEGATIVE
public static final Rules.RollSign OPPOSITE
public static final Rules.RollSign SAME
public static Rules.RollSign[] values()
for (Rules.RollSign c : Rules.RollSign.values()) System.out.println(c);
public static Rules.RollSign valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright \ (C) Arizona Board of Regents on behalf of the \ Planetary Image Research Laboratory, Lunar and \ Planetary Laboratory at the University of Arizona