sdr 0.7

net.cscott.sdr.calls
Enum TaggedFormation.Tag

java.lang.Object
  extended by java.lang.Enum<TaggedFormation.Tag>
      extended by net.cscott.sdr.calls.TaggedFormation.Tag
All Implemented Interfaces:
Serializable, Comparable<TaggedFormation.Tag>
Enclosing class:
TaggedFormation

public static enum TaggedFormation.Tag
extends Enum<TaggedFormation.Tag>

Dancer descriptions based on position in the Formation.


Enum Constant Summary
ALL
           
BEAU
           
BELLE
           
BOY
           
CENTER
           
CENTER_6
           
COUPLE_1
           
COUPLE_2
           
COUPLE_3
           
COUPLE_4
           
DANCER_1
           
DANCER_2
           
DANCER_3
           
DANCER_4
           
DANCER_5
           
DANCER_6
           
DANCER_7
           
DANCER_8
           
DESIGNATED
           
END
           
GIRL
           
HEAD
           
LEADER
           
NONE
           
NUMBER_1
           
NUMBER_2
           
NUMBER_3
           
NUMBER_4
           
OUTSIDE_2
           
OUTSIDE_4
           
OUTSIDE_6
           
POINT
           
SIDE
           
TRAILER
           
VERY_CENTER
           
 
Method Summary
 boolean isPrimitive()
           
static TaggedFormation.Tag valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TaggedFormation.Tag[] 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

DANCER_1

public static final TaggedFormation.Tag DANCER_1

DANCER_2

public static final TaggedFormation.Tag DANCER_2

DANCER_3

public static final TaggedFormation.Tag DANCER_3

DANCER_4

public static final TaggedFormation.Tag DANCER_4

DANCER_5

public static final TaggedFormation.Tag DANCER_5

DANCER_6

public static final TaggedFormation.Tag DANCER_6

DANCER_7

public static final TaggedFormation.Tag DANCER_7

DANCER_8

public static final TaggedFormation.Tag DANCER_8

COUPLE_1

public static final TaggedFormation.Tag COUPLE_1

COUPLE_2

public static final TaggedFormation.Tag COUPLE_2

COUPLE_3

public static final TaggedFormation.Tag COUPLE_3

COUPLE_4

public static final TaggedFormation.Tag COUPLE_4

BOY

public static final TaggedFormation.Tag BOY

GIRL

public static final TaggedFormation.Tag GIRL

HEAD

public static final TaggedFormation.Tag HEAD

SIDE

public static final TaggedFormation.Tag SIDE

NONE

public static final TaggedFormation.Tag NONE

ALL

public static final TaggedFormation.Tag ALL

DESIGNATED

public static final TaggedFormation.Tag DESIGNATED

BEAU

public static final TaggedFormation.Tag BEAU

BELLE

public static final TaggedFormation.Tag BELLE

LEADER

public static final TaggedFormation.Tag LEADER

TRAILER

public static final TaggedFormation.Tag TRAILER

POINT

public static final TaggedFormation.Tag POINT

CENTER

public static final TaggedFormation.Tag CENTER

VERY_CENTER

public static final TaggedFormation.Tag VERY_CENTER

END

public static final TaggedFormation.Tag END

OUTSIDE_2

public static final TaggedFormation.Tag OUTSIDE_2

OUTSIDE_4

public static final TaggedFormation.Tag OUTSIDE_4

CENTER_6

public static final TaggedFormation.Tag CENTER_6

OUTSIDE_6

public static final TaggedFormation.Tag OUTSIDE_6

NUMBER_1

public static final TaggedFormation.Tag NUMBER_1

NUMBER_2

public static final TaggedFormation.Tag NUMBER_2

NUMBER_3

public static final TaggedFormation.Tag NUMBER_3

NUMBER_4

public static final TaggedFormation.Tag NUMBER_4
Method Detail

values

public static TaggedFormation.Tag[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (TaggedFormation.Tag c : TaggedFormation.Tag.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static TaggedFormation.Tag valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

isPrimitive

public boolean isPrimitive()

sdr 0.7

Copyright © 2006-2009 C. Scott Ananian