|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Transaction.RELEASE_ACTION>
org.deegree.ogcwebservices.wfs.operation.transaction.Transaction.RELEASE_ACTION
public static enum Transaction.RELEASE_ACTION
Controls how locked features are treated when a transaction request is completed.
| Enum Constant Summary | |
|---|---|
ALL
Indicates that the locks on all feature instances locked using the associated lockId should be released when the transaction completes, regardless of whether or not a particular feature instance in the locked set was actually operated upon. |
|
SOME
Indicates that only the locks on feature instances modified by the transaction should be released. |
|
| Method Summary | |
|---|---|
static Transaction.RELEASE_ACTION |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Transaction.RELEASE_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, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Transaction.RELEASE_ACTION ALL
public static final Transaction.RELEASE_ACTION SOME
| Method Detail |
|---|
public static Transaction.RELEASE_ACTION[] values()
for (Transaction.RELEASE_ACTION c : Transaction.RELEASE_ACTION.values()) System.out.println(c);
public static Transaction.RELEASE_ACTION 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 name
java.lang.NullPointerException - if the argument is null
|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org