Package net.opengis.cat.csw20
Interface DeleteType
- All Superinterfaces:
- EObject,- Notifier
- All Known Implementing Classes:
- DeleteTypeImpl
public interface DeleteType
extends EObject
 A representation of the model object 'Delete Type'.
 
 
 
             Deletes one or more catalogue items that satisfy some set of
             conditions.
 
 
The following features are supported:
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionReturns the value of the 'Constraint' containment reference.Returns the value of the 'Handle' attribute.Returns the value of the 'Type Name' attribute.voidsetConstraint(QueryConstraintType value) Sets the value of the 'Constraint' containment reference.voidSets the value of the 'Handle' attribute.voidsetTypeName(String value) Sets the value of the 'Type Name' attribute.Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getConstraintQueryConstraintType getConstraint()Returns the value of the 'Constraint' containment reference.If the meaning of the 'Constraint' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Constraint' containment reference.
- See Also:
 
- 
setConstraintSets the value of the 'Constraint' containment reference.- Parameters:
- value- the new value of the 'Constraint' containment reference.
- See Also:
 
- 
getHandleString getHandle()Returns the value of the 'Handle' attribute.If the meaning of the 'Handle' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Handle' attribute.
- See Also:
 
- 
setHandleSets the value of the 'Handle' attribute.- Parameters:
- value- the new value of the 'Handle' attribute.
- See Also:
 
- 
getTypeNameString getTypeName()Returns the value of the 'Type Name' attribute.If the meaning of the 'Type Name' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Type Name' attribute.
- See Also:
 
- 
setTypeNameSets the value of the 'Type Name' attribute.- Parameters:
- value- the new value of the 'Type Name' attribute.
- See Also:
 
 
-