|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<DataManager.Action> org.deegree.tools.rendering.manager.DataManager.Action
public static enum DataManager.Action
The Action
the datamanager may perform
Enum Constant Summary | |
---|---|
DELETE
perform delete action. |
|
IMPORT
Perform import action |
Method Summary | |
---|---|
String |
toString()
|
static DataManager.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DataManager.Action[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final DataManager.Action IMPORT
public static final DataManager.Action DELETE
Method Detail |
---|
public static DataManager.Action[] values()
for (DataManager.Action c : DataManager.Action.values()) System.out.println(c);
public static DataManager.Action valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<DataManager.Action>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |