protected static enum ScorerBCubed.BCubedType extends java.lang.Enum<ScorerBCubed.BCubedType>
| Modifier and Type | Method and Description |
|---|---|
static ScorerBCubed.BCubedType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScorerBCubed.BCubedType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScorerBCubed.BCubedType B0
public static final ScorerBCubed.BCubedType Ball
public static final ScorerBCubed.BCubedType Brahman
public static final ScorerBCubed.BCubedType Bcai
public static final ScorerBCubed.BCubedType Bconll
public static ScorerBCubed.BCubedType[] values()
for (ScorerBCubed.BCubedType c : ScorerBCubed.BCubedType.values()) System.out.println(c);
public static ScorerBCubed.BCubedType 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 null