org.openxma.dsl.dom.model
Interface DeleteStatement

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

public interface DeleteStatement
extends QlStatement

A representation of the model object 'Delete Statement'.

The following features are supported:

See Also:
DomPackage.getDeleteStatement()

Method Summary
 Entity getEntity()
          Returns the value of the 'Entity' reference.
 String getName()
          Returns the value of the 'Name' attribute.
 Expression getWhere()
          Returns the value of the 'Where' containment reference.
 void setEntity(Entity value)
          Sets the value of the 'Entity' reference.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 void setWhere(Expression value)
          Sets the value of the 'Where' containment reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getEntity

Entity getEntity()
Returns the value of the 'Entity' reference.

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

Returns:
the value of the 'Entity' reference.
See Also:
setEntity(Entity), DomPackage.getDeleteStatement_Entity()

setEntity

void setEntity(Entity value)
Sets the value of the 'Entity' reference.

Parameters:
value - the new value of the 'Entity' reference.
See Also:
getEntity()

getName

String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), DomPackage.getDeleteStatement_Name()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getWhere

Expression getWhere()
Returns the value of the 'Where' containment reference.

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

Returns:
the value of the 'Where' containment reference.
See Also:
setWhere(Expression), DomPackage.getDeleteStatement_Where()

setWhere

void setWhere(Expression value)
Sets the value of the 'Where' containment reference.

Parameters:
value - the new value of the 'Where' containment reference.
See Also:
getWhere()


Copyright © 2013. All Rights Reserved.