net.opengis.wfs
Interface InsertedFeatureType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
InsertedFeatureTypeImpl

public interface InsertedFeatureType
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Inserted Feature Type'.

The following features are supported:

See Also:
WfsPackage.getInsertedFeatureType()

Method Summary
 org.eclipse.emf.common.util.EList getFeatureId()
          Returns the value of the 'Feature Id' attribute list.
 java.lang.String getHandle()
          Returns the value of the 'Handle' attribute.
 void setHandle(java.lang.String value)
          Sets the value of the 'Handle' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getFeatureId

org.eclipse.emf.common.util.EList getFeatureId()
Returns the value of the 'Feature Id' attribute list. The list contents are of type Object. This is the feature identifier for the newly created feature. The feature identifier may be generated by the WFS or provided by the client (depending on the value of the idgen attribute). In all cases of idgen values, the feature id must be reported here.

Returns:
the value of the 'Feature Id' attribute list.
See Also:
net.opengis.wfs.WFSPackage#getInsertedFeatureType_FeatureId()

getHandle

java.lang.String getHandle()
Returns the value of the 'Handle' attribute. If the insert element that generated this feature had a value for the "handle" attribute then a WFS may report it using this attribute to correlate the feature created with the action that created it.

Returns:
the value of the 'Handle' attribute.
See Also:
setHandle(String), WfsPackage.getInsertedFeatureType_Handle()

setHandle

void setHandle(java.lang.String value)
Sets the value of the 'Handle' attribute.

Parameters:
value - the new value of the 'Handle' attribute.
See Also:
getHandle()


Copyright © 1996-2010 Geotools. All Rights Reserved.