org.eclipse.emf.ecore
Interface EParameter

All Superinterfaces:
EModelElement, ENamedElement, EObject, ETypedElement, Notifier
All Known Implementing Classes:
EParameterImpl

public interface EParameter
extends ETypedElement

A representation of the model object 'EParameter'.

The following features are supported:

See Also:
EcorePackage.getEParameter()

Method Summary
 EOperation getEOperation()
          Returns the value of the 'EOperation' container reference.
 
Methods inherited from interface org.eclipse.emf.ecore.ETypedElement
getEType, setEType
 
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, 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

getEOperation

public EOperation getEOperation()
Returns the value of the 'EOperation' container reference. It is bidirectional and its opposite is 'EParameters'.

It represents the containing operation.

Returns:
the value of the 'EOperation' container reference.
See Also:
EcorePackage.getEParameter_EOperation(), EOperation.getEParameters()

Copyright 2001-2003 IBM Corporation and others.
All Rights Reserved.