| org.geotools.data.wfs.Action
Action | public interface Action (Code) | | This interface represents pending actions within a transaction.
author: dzwiers |
Inner Class :public static class UpdateAction implements Action | |
Inner Class :public static class DeleteAction implements Action | |
Inner Class :public static class InsertAction implements Action | |
Field Summary | |
final public static int | DELETE | final public static int | INSERT | final public static int | UPDATE |
DELETE | final public static int DELETE(Code) | | Action mask for a Delete Action
|
INSERT | final public static int INSERT(Code) | | Action mask for an Insert Action
|
UPDATE | final public static int UPDATE(Code) | | Action mask for an Update Action
|
getFilter | public Filter getFilter()(Code) | | The Filter on which to inflict the Action |
getType | public int getType()(Code) | | The Type of Action ... one of the three Constants |
getTypeName | public String getTypeName()(Code) | | The FeatureType name for which this Action is intended |
|
|