org.eclipse.gmt.umlx.eqvtbase
Interface FunctionParameter

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

public interface FunctionParameter
extends org.eclipse.emf.ecore.EParameter

A representation of the model object 'Function Parameter'.

The following features are supported:

See Also:
EqvtBasePackage.getFunctionParameter()

Field Summary
 
Fields inherited from interface org.eclipse.emf.ecore.ETypedElement
UNBOUNDED_MULTIPLICITY, UNSPECIFIED_MULTIPLICITY
 
Method Summary
 org.eclipse.ocl.expressions.Variable<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EParameter> getFixMeUpAsASuperClassAgain()
          Returns the value of the 'Fix Me Up As ASuper Class Again' containment reference.
 void setFixMeUpAsASuperClassAgain(org.eclipse.ocl.expressions.Variable<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EParameter> value)
          Sets the value of the 'Fix Me Up As ASuper Class Again' containment reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EParameter
getEOperation
 
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

getFixMeUpAsASuperClassAgain

org.eclipse.ocl.expressions.Variable<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EParameter> getFixMeUpAsASuperClassAgain()
Returns the value of the 'Fix Me Up As ASuper Class Again' containment reference.

If the meaning of the 'Fix Me Up As ASuper Class Again' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Fix Me Up As ASuper Class Again' containment reference.
See Also:
#setFixMeUpAsASuperClassAgain(Variable), EqvtBasePackage.getFunctionParameter_FixMeUpAsASuperClassAgain()

setFixMeUpAsASuperClassAgain

void setFixMeUpAsASuperClassAgain(org.eclipse.ocl.expressions.Variable<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EParameter> value)
Sets the value of the 'Fix Me Up As ASuper Class Again' containment reference.

Parameters:
value - the new value of the 'Fix Me Up As ASuper Class Again' containment reference.
See Also:
getFixMeUpAsASuperClassAgain()