public static enum SeeFlagInfo.FlagLine extends java.lang.Enum<SeeFlagInfo.FlagLine>
Enum Constant and Description |
---|
BOUNDRY |
CENTER |
GOAL |
PENALTY |
PERIMITER |
Modifier and Type | Method and Description |
---|---|
static SeeFlagInfo.FlagLine |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SeeFlagInfo.FlagLine[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SeeFlagInfo.FlagLine BOUNDRY
public static final SeeFlagInfo.FlagLine PERIMITER
public static final SeeFlagInfo.FlagLine PENALTY
public static final SeeFlagInfo.FlagLine GOAL
public static final SeeFlagInfo.FlagLine CENTER
public static SeeFlagInfo.FlagLine[] values()
for (SeeFlagInfo.FlagLine c : SeeFlagInfo.FlagLine.values()) System.out.println(c);
public static SeeFlagInfo.FlagLine 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