|
sdr 0.7 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<Position.Flag> net.cscott.sdr.calls.Position.Flag
public static enum Position.Flag
Various flags describing boolean properties of a Position
.
Enum Constant Summary | |
---|---|
PASS_LEFT
A left-shoulder pass/collide to lefts is indicated. |
|
ROLL_LEFT
Roll direction was to the dancer's left. |
|
ROLL_RIGHT
Roll direction was to the dancer's right. |
|
SWEEP_LEFT
Sweep direction was to the dancer's left. |
|
SWEEP_RIGHT
Sweep direction was to the dancer's right. |
Method Summary | |
---|---|
static Position.Flag |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Position.Flag[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Position.Flag PASS_LEFT
public static final Position.Flag ROLL_LEFT
public static final Position.Flag ROLL_RIGHT
public static final Position.Flag SWEEP_LEFT
public static final Position.Flag SWEEP_RIGHT
Method Detail |
---|
public static Position.Flag[] values()
for (Position.Flag c : Position.Flag.values()) System.out.println(c);
public static Position.Flag valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
sdr 0.7 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |