net.opengis.wfsv
Interface VersionedDeleteElementType

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

public interface VersionedDeleteElementType
extends DeleteElementType

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

The following features are supported:

See Also:
WfsvPackage.getVersionedDeleteElementType()

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.DeleteElementType
getFilter, getHandle, getTypeName, setFilter, setHandle, setTypeName
 
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. See VersionedUpdateElementType featureVersion attribute.

Returns:
the value of the 'Feature Version' attribute.
See Also:
setFeatureVersion(String), WfsvPackage.getVersionedDeleteElementType_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.