net.opengis.wfs
Interface InsertResultsType

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

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

A representation of the model object 'Insert Results Type'. Reports the list of identifiers of all features created by a transaction request. New features are created using the Insert action and the list of idetifiers must be presented in the same order as the Insert actions were encountered in the transaction request. Features may optionally be correlated with identifiers using the handle attribute (if it was specified on the Insert element).

The following features are supported:

See Also:
WfsPackage.getInsertResultsType()

Method Summary
 org.eclipse.emf.common.util.EList getFeature()
          Returns the value of the 'Feature' containment reference list.
 
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

getFeature

org.eclipse.emf.common.util.EList getFeature()
Returns the value of the 'Feature' containment reference list. The list contents are of type InsertedFeatureType.

If the meaning of the 'Feature' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Feature' containment reference list.
See Also:
WfsPackage.getInsertResultsType_Feature()


Copyright © 1996-2010 Geotools. All Rights Reserved.