public static enum EventTable.EventSeasons extends java.lang.Enum<EventTable.EventSeasons>
Enum Constant and Description |
---|
DORMANT |
EARLY_EARLY |
LATE_EARLY |
LATEWOOD |
MIDDLE_EARLY |
UNDETERMINED |
Modifier and Type | Field and Description |
---|---|
private int |
i |
private java.lang.String |
string |
private char |
type |
Modifier and Type | Method and Description |
---|---|
int |
getInt() |
java.lang.String |
toString() |
char |
typeChar() |
static EventTable.EventSeasons |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventTable.EventSeasons[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventTable.EventSeasons DORMANT
public static final EventTable.EventSeasons EARLY_EARLY
public static final EventTable.EventSeasons MIDDLE_EARLY
public static final EventTable.EventSeasons LATE_EARLY
public static final EventTable.EventSeasons LATEWOOD
public static final EventTable.EventSeasons UNDETERMINED
public static EventTable.EventSeasons[] values()
for (EventTable.EventSeasons c : EventTable.EventSeasons.values()) System.out.println(c);
public static EventTable.EventSeasons 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 nullpublic java.lang.String toString()
toString
in class java.lang.Enum<EventTable.EventSeasons>
public char typeChar()
public int getInt()