org.openxma.dsl.dom.model
Interface QueryOperation

All Superinterfaces:
DaoOperation, org.eclipse.emf.ecore.EObject, org.openxma.dsl.core.model.IDocumentable, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
QueryOperationImpl

public interface QueryOperation
extends DaoOperation, org.openxma.dsl.core.model.IDocumentable

A representation of the model object 'Query Operation'.

The following features are supported:

See Also:
DomPackage.getQueryOperation()

Method Summary
 org.eclipse.emf.common.util.EList<QueryParameter> getQueryParameters()
          Returns the value of the 'Query Parameters' containment reference list.
 QlStatement getStatement()
          Returns the value of the 'Statement' containment reference.
 void setStatement(QlStatement value)
          Sets the value of the 'Statement' containment reference.
 
Methods inherited from interface org.openxma.dsl.dom.model.DaoOperation
getName, getType, isMany, setMany, setName, setType
 
Methods inherited from interface org.openxma.dsl.core.model.IDocumentable
getTxtDescription, setTxtDescription
 
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

getQueryParameters

org.eclipse.emf.common.util.EList<QueryParameter> getQueryParameters()
Returns the value of the 'Query Parameters' containment reference list. The list contents are of type QueryParameter.

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

Returns:
the value of the 'Query Parameters' containment reference list.
See Also:
DomPackage.getQueryOperation_QueryParameters()

getStatement

QlStatement getStatement()
Returns the value of the 'Statement' containment reference.

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

Returns:
the value of the 'Statement' containment reference.
See Also:
setStatement(QlStatement), DomPackage.getQueryOperation_Statement()

setStatement

void setStatement(QlStatement value)
Sets the value of the 'Statement' containment reference.

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


Copyright © 2013. All Rights Reserved.