org.openxma.dsl.dom.model
Interface CallableStatement

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

public interface CallableStatement
extends QlStatement

A representation of the model object 'Callable Statement'.

The following features are supported:

See Also:
DomPackage.getCallableStatement()

Method Summary
 org.eclipse.emf.common.util.EList<CallInputParameter> getInParameter()
          Returns the value of the 'In Parameter' containment reference list.
 String getName()
          Returns the value of the 'Name' attribute.
 org.eclipse.emf.common.util.EList<CallOutputParameter> getOutParameter()
          Returns the value of the 'Out Parameter' containment reference list.
 boolean isFunctionCall()
          Returns the value of the 'Function Call' attribute.
 void setFunctionCall(boolean value)
          Sets the value of the 'Function Call' attribute.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 
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

isFunctionCall

boolean isFunctionCall()
Returns the value of the 'Function Call' attribute.

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

Returns:
the value of the 'Function Call' attribute.
See Also:
setFunctionCall(boolean), DomPackage.getCallableStatement_FunctionCall()

setFunctionCall

void setFunctionCall(boolean value)
Sets the value of the 'Function Call' attribute.

Parameters:
value - the new value of the 'Function Call' attribute.
See Also:
isFunctionCall()

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.getCallableStatement_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()

getInParameter

org.eclipse.emf.common.util.EList<CallInputParameter> getInParameter()
Returns the value of the 'In Parameter' containment reference list. The list contents are of type CallInputParameter.

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

Returns:
the value of the 'In Parameter' containment reference list.
See Also:
DomPackage.getCallableStatement_InParameter()

getOutParameter

org.eclipse.emf.common.util.EList<CallOutputParameter> getOutParameter()
Returns the value of the 'Out Parameter' containment reference list. The list contents are of type CallOutputParameter.

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

Returns:
the value of the 'Out Parameter' containment reference list.
See Also:
DomPackage.getCallableStatement_OutParameter()


Copyright © 2013. All Rights Reserved.