org.openxma.dsl.dom.model
Interface InsertStatement

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

public interface InsertStatement
extends QlStatement

A representation of the model object 'Insert Statement'.

The following features are supported:

See Also:
DomPackage.getInsertStatement()

Method Summary
 Entity getEntity()
          Returns the value of the 'Entity' reference.
 org.eclipse.emf.common.util.EList<Expression> getExpression()
          Returns the value of the 'Expression' containment reference list.
 SelectStatement getSelectStatement()
          Returns the value of the 'Select Statement' containment reference.
 void setEntity(Entity value)
          Sets the value of the 'Entity' reference.
 void setSelectStatement(SelectStatement value)
          Sets the value of the 'Select Statement' 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.getInsertStatement_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()

getExpression

org.eclipse.emf.common.util.EList<Expression> getExpression()
Returns the value of the 'Expression' containment reference list. The list contents are of type Expression.

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

Returns:
the value of the 'Expression' containment reference list.
See Also:
DomPackage.getInsertStatement_Expression()

getSelectStatement

SelectStatement getSelectStatement()
Returns the value of the 'Select Statement' containment reference.

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

Returns:
the value of the 'Select Statement' containment reference.
See Also:
setSelectStatement(SelectStatement), DomPackage.getInsertStatement_SelectStatement()

setSelectStatement

void setSelectStatement(SelectStatement value)
Sets the value of the 'Select Statement' containment reference.

Parameters:
value - the new value of the 'Select Statement' containment reference.
See Also:
getSelectStatement()


Copyright © 2013. All Rights Reserved.