public static enum DBData.SLOW_LOAD_LOCATION extends java.lang.Enum<DBData.SLOW_LOAD_LOCATION>
Enum Constant and Description |
---|
PUT_LAYER
in the put method
|
RELOAD_LAYER
in the reload method
|
Modifier and Type | Method and Description |
---|---|
static DBData.SLOW_LOAD_LOCATION |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DBData.SLOW_LOAD_LOCATION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DBData.SLOW_LOAD_LOCATION RELOAD_LAYER
public static final DBData.SLOW_LOAD_LOCATION PUT_LAYER
public static DBData.SLOW_LOAD_LOCATION[] values()
for (DBData.SLOW_LOAD_LOCATION c : DBData.SLOW_LOAD_LOCATION.values()) System.out.println(c);
public static DBData.SLOW_LOAD_LOCATION 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 nullstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.