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()
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.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
getEOperation
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()