org.gvsig.remoteclient.wfs.edition
Class WFSTAttributesOperation

java.lang.Object
  extended by org.gvsig.remoteclient.wfs.edition.WFSTOperation
      extended by org.gvsig.remoteclient.wfs.edition.WFSTAttributesOperation
All Implemented Interfaces:
IWFSTOperation
Direct Known Subclasses:
WFSTInsertOperation, WFSTUpdateOperation

public abstract class WFSTAttributesOperation
extends WFSTOperation

Version:
$Id$
Author:
gvSIG Team

Field Summary
protected  java.util.Map attributes
           
 
Fields inherited from class org.gvsig.remoteclient.wfs.edition.WFSTOperation
id, wfsStatus
 
Method Summary
 void addAttribute(java.lang.String name, java.lang.Object value)
           
 java.util.Iterator getKeysIterator()
           
 java.lang.String getValue(java.lang.String attName)
           
 
Methods inherited from class org.gvsig.remoteclient.wfs.edition.WFSTOperation
getId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.gvsig.remoteclient.wfs.edition.IWFSTOperation
getOperationName, hasTypeName
 

Field Detail

attributes

protected java.util.Map attributes
Method Detail

addAttribute

public void addAttribute(java.lang.String name,
                         java.lang.Object value)

getKeysIterator

public java.util.Iterator getKeysIterator()

getValue

public java.lang.String getValue(java.lang.String attName)


Copyright © 2014 gvSIG Association. All Rights Reserved.