|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<CSWConstants.TransactionType> org.deegree.protocol.csw.CSWConstants.TransactionType
public static enum CSWConstants.TransactionType
Defined in the CSW-publication.xsd. Specifies the data manipulation operations
Enum Constant Summary | |
---|---|
DELETE
With the DELETE action of the transaction operation there can be deleted specific records defined by a filter expression. |
|
INSERT
With the INSERT action of the transaction operation there can be inserted one or more records into the backend. |
|
UPDATE
With the UPDATE action of the transaction operation there can be updated one complete record or just properties of specific records defined by a filter expression. |
Method Summary | |
---|---|
static CSWConstants.TransactionType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CSWConstants.TransactionType[] |
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 CSWConstants.TransactionType INSERT
public static final CSWConstants.TransactionType DELETE
public static final CSWConstants.TransactionType UPDATE
Method Detail |
---|
public static CSWConstants.TransactionType[] values()
for (CSWConstants.TransactionType c : CSWConstants.TransactionType.values()) System.out.println(c);
public static CSWConstants.TransactionType 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |