|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TransactionOperation.Type>
org.deegree.protocol.wfs.transaction.TransactionOperation.Type
public static enum TransactionOperation.Type
Convenience enum type for discriminating the different operation types.
| Enum Constant Summary | |
|---|---|
DELETE
The object is an instance of Delete. |
|
INSERT
The object is an instance of Insert. |
|
NATIVE
The object is an instance of Native. |
|
UPDATE
The object is an instance of Update. |
|
| Method Summary | |
|---|---|
static TransactionOperation.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TransactionOperation.Type[] |
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, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TransactionOperation.Type DELETE
Delete.
public static final TransactionOperation.Type INSERT
Insert.
public static final TransactionOperation.Type NATIVE
Native.
public static final TransactionOperation.Type UPDATE
Update.
| Method Detail |
|---|
public static TransactionOperation.Type[] values()
for (TransactionOperation.Type c : TransactionOperation.Type.values()) System.out.println(c);
public static TransactionOperation.Type 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 null
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||