public interface QueryCS
A representation of the model object 'Query CS'.
The following features are supported:
EqvtrCSTPackage.getQueryCS()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<ParamDeclarationCS> |
getInputParamDeclaration()
Returns the value of the 'Input Param Declaration' containment reference list. |
org.eclipse.ocl.internal.cst.OCLExpressionCS |
getOclExpression()
Returns the value of the 'Ocl Expression' containment reference. |
org.eclipse.ocl.internal.cst.PathNameCS |
getPathName()
Returns the value of the 'Path Name' containment reference. |
org.eclipse.ocl.internal.cst.TypeCS |
getType()
Returns the value of the 'Type' containment reference. |
void |
setOclExpression(org.eclipse.ocl.internal.cst.OCLExpressionCS value)
Sets the value of the ' Ocl Expression ' containment reference. |
void |
setPathName(org.eclipse.ocl.internal.cst.PathNameCS value)
Sets the value of the ' Path Name ' containment reference. |
void |
setType(org.eclipse.ocl.internal.cst.TypeCS value)
Sets the value of the ' Type ' containment reference. |
Methods inherited from interface org.eclipse.ocl.internal.cst.CSTNode |
---|
getEndOffset, getStartOffset, setEndOffset, setStartOffset |
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 |
---|
org.eclipse.ocl.internal.cst.PathNameCS getPathName()
If the meaning of the 'Path Name' containment reference isn't clear, there really should be more of a description here...
setPathName(PathNameCS)
,
EqvtrCSTPackage.getQueryCS_PathName()
void setPathName(org.eclipse.ocl.internal.cst.PathNameCS value)
Path Name
' containment reference.
value
- the new value of the 'Path Name' containment reference.getPathName()
org.eclipse.emf.common.util.EList<ParamDeclarationCS> getInputParamDeclaration()
ParamDeclarationCS
.
If the meaning of the 'Input Param Declaration' containment reference list isn't clear, there really should be more of a description here...
EqvtrCSTPackage.getQueryCS_InputParamDeclaration()
org.eclipse.ocl.internal.cst.OCLExpressionCS getOclExpression()
If the meaning of the 'Ocl Expression' containment reference list isn't clear, there really should be more of a description here...
setOclExpression(OCLExpressionCS)
,
EqvtrCSTPackage.getQueryCS_OclExpression()
void setOclExpression(org.eclipse.ocl.internal.cst.OCLExpressionCS value)
Ocl Expression
' containment reference.
value
- the new value of the 'Ocl Expression' containment reference.getOclExpression()
org.eclipse.ocl.internal.cst.TypeCS getType()
If the meaning of the 'Type' containment reference isn't clear, there really should be more of a description here...
setType(TypeCS)
,
EqvtrCSTPackage.getQueryCS_Type()
void setType(org.eclipse.ocl.internal.cst.TypeCS value)
Type
' containment reference.
value
- the new value of the 'Type' containment reference.getType()