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