|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LockType
A representation of the model object 'Lock Type'. This type defines the Lock element. The Lock element defines a locking operation on feature instances of a single type. An OGC Filter is used to constrain the scope of the operation. Features to be locked can be identified individually by using their feature identifier or they can be locked by satisfying the spatial and non-spatial constraints defined in the filter.
The following features are supported:
WfsPackage.getLockType()
Method Summary | |
---|---|
org.opengis.filter.Filter |
getFilter()
Returns the value of the 'Filter' attribute. |
java.lang.String |
getHandle()
Returns the value of the 'Handle' attribute. |
javax.xml.namespace.QName |
getTypeName()
Returns the value of the 'Type Name' attribute. |
void |
setFilter(org.opengis.filter.Filter value)
Sets the value of the ' Filter ' attribute. |
void |
setHandle(java.lang.String value)
Sets the value of the ' Handle ' attribute. |
void |
setTypeName(javax.xml.namespace.QName value)
Sets the value of the ' Type Name ' 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 |
---|
org.opengis.filter.Filter getFilter()
If the meaning of the 'Filter' attribute isn't clear, there really should be more of a description here...
#setFilter(Object)
,
net.opengis.wfs.WFSPackage#getLockType_Filter()
void setFilter(org.opengis.filter.Filter value)
Filter
' attribute.
value
- the new value of the 'Filter' attribute.getFilter()
java.lang.String getHandle()
setHandle(String)
,
WfsPackage.getLockType_Handle()
void setHandle(java.lang.String value)
Handle
' attribute.
value
- the new value of the 'Handle' attribute.getHandle()
javax.xml.namespace.QName getTypeName()
#setTypeName(Object)
,
net.opengis.wfs.WFSPackage#getLockType_TypeName()
void setTypeName(javax.xml.namespace.QName value)
Type Name
' attribute.
value
- the new value of the 'Type Name' attribute.getTypeName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |