org.geotools.data.wfs
Class Action.DeleteAction

java.lang.Object
  extended byorg.geotools.data.wfs.Action.DeleteAction
All Implemented Interfaces:
Action
Enclosing class:
Action

public static class Action.DeleteAction
extends java.lang.Object
implements Action

Represents a Delete Action for a Transaction

Author:
dzwiers

Nested Class Summary
 
Nested classes inherited from class org.geotools.data.wfs.Action
Action.DeleteAction, Action.InsertAction, Action.UpdateAction
 
Field Summary
 
Fields inherited from interface org.geotools.data.wfs.Action
DELETE, INSERT, UPDATE
 
Constructor Summary
Action.DeleteAction(java.lang.String typeName, Filter f)
          Represents a Delete Action
 
Method Summary
 Filter getFilter()
           
 int getType()
           
 java.lang.String getTypeName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Action.DeleteAction

public Action.DeleteAction(java.lang.String typeName,
                           Filter f)
Represents a Delete Action

Parameters:
typeName - TypeName
f - Filter of Features to Delete
Method Detail

getType

public int getType()
Specified by:
getType in interface Action
Returns:
@see Action#DELETE

getTypeName

public java.lang.String getTypeName()
Specified by:
getTypeName in interface Action
Returns:
the TypeName

getFilter

public Filter getFilter()
Specified by:
getFilter in interface Action
Returns:
the Filter


Copyright © GeoTools. All Rights Reserved.