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