Uses of Class
org.deegree.protocol.wfs.transaction.TransactionOperation.Type

Packages that use TransactionOperation.Type
org.deegree.protocol.wfs.transaction   
 

Uses of TransactionOperation.Type in org.deegree.protocol.wfs.transaction
 

Methods in org.deegree.protocol.wfs.transaction that return TransactionOperation.Type
 TransactionOperation.Type Delete.getType()
          Always returns DELETE.
 TransactionOperation.Type Insert.getType()
          Always returns INSERT.
 TransactionOperation.Type Update.getType()
          Always returns UPDATE.
abstract  TransactionOperation.Type TransactionOperation.getType()
          Returns the type of operation.
 TransactionOperation.Type Native.getType()
          Always returns NATIVE.
static TransactionOperation.Type TransactionOperation.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TransactionOperation.Type[] TransactionOperation.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011. All Rights Reserved.