org.eclipse.gmt.umlx.eqvtbase
Interface Function

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EOperation, org.eclipse.emf.ecore.ETypedElement, org.eclipse.emf.common.notify.Notifier

public interface Function
extends org.eclipse.emf.ecore.EOperation

A representation of the model object 'Function'.

The following features are supported:

See Also:
EqvtBasePackage.getFunction()

Field Summary
 
Fields inherited from interface org.eclipse.emf.ecore.ETypedElement
UNBOUNDED_MULTIPLICITY, UNSPECIFIED_MULTIPLICITY
 
Method Summary
 org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> getQueryExpression()
          Returns the value of the 'Query Expression' containment reference.
 void setQueryExpression(org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> value)
          Sets the value of the 'Query Expression' containment reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EOperation
getEContainingClass, getEExceptions, getEGenericExceptions, getEParameters, getETypeParameters
 
Methods inherited from interface org.eclipse.emf.ecore.ETypedElement
getEGenericType, getEType, getLowerBound, getUpperBound, isMany, isOrdered, isRequired, isUnique, setEGenericType, setEType, setLowerBound, setOrdered, setUnique, setUpperBound
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
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

getQueryExpression

org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> getQueryExpression()
Returns the value of the 'Query Expression' containment reference.

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

Returns:
the value of the 'Query Expression' containment reference.
See Also:
#setQueryExpression(OCLExpression), EqvtBasePackage.getFunction_QueryExpression()

setQueryExpression

void setQueryExpression(org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> value)
Sets the value of the 'Query Expression' containment reference.

Parameters:
value - the new value of the 'Query Expression' containment reference.
See Also:
getQueryExpression()