net.opengis.wfsv
Interface VersionedUpdateElementType

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

public interface VersionedUpdateElementType
extends UpdateElementType

A representation of the model object 'Versioned Update Element Type'.

The following features are supported:

See Also:
WfsvPackage.getVersionedUpdateElementType()

Method Summary
 java.lang.String getFeatureVersion()
          Returns the value of the 'Feature Version' attribute.
 void setFeatureVersion(java.lang.String value)
          Sets the value of the 'Feature Version' attribute.
 
Methods inherited from interface net.opengis.wfs.UpdateElementType
getFilter, getHandle, getInputFormat, getProperty, getSrsName, getTypeName, isSetInputFormat, setFilter, setHandle, setInputFormat, setSrsName, setTypeName, unsetInputFormat
 
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

getFeatureVersion

java.lang.String getFeatureVersion()
Returns the value of the 'Feature Version' attribute. The syntax and semantics is the same as featureVersion in Query. If specified, update will check that every updated feature is still at the specified version before executing, and will fail if a change occurred on the server in the meantime.

Returns:
the value of the 'Feature Version' attribute.
See Also:
setFeatureVersion(String), WfsvPackage.getVersionedUpdateElementType_FeatureVersion()

setFeatureVersion

void setFeatureVersion(java.lang.String value)
Sets the value of the 'Feature Version' attribute.

Parameters:
value - the new value of the 'Feature Version' attribute.
See Also:
getFeatureVersion()


Copyright © 1996-2010 Geotools. All Rights Reserved.