org.eclipse.emf.ecore.xcore
Interface XParameter

All Superinterfaces:
EObject, Notifier, XModelElement, XNamedElement, XTypedElement
All Known Implementing Classes:
XParameterImpl

public interface XParameter
extends XTypedElement

A representation of the model object 'XParameter'.

The following features are supported:

See Also:
XcorePackage.getXParameter()

Method Summary
 XOperation getOperation()
          Returns the value of the 'Operation' container reference.
 
Methods inherited from interface org.eclipse.emf.ecore.xcore.XTypedElement
getMultiplicity, getType, isUnique, isUnordered, setMultiplicity, setType, setUnique, setUnordered
 
Methods inherited from interface org.eclipse.emf.ecore.xcore.XNamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.xcore.XModelElement
getAnnotation, getAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getOperation

XOperation getOperation()
Returns the value of the 'Operation' container reference. It is bidirectional and its opposite is 'Parameters'.

If the meaning of the 'Operation' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Operation' container reference.
See Also:
XcorePackage.getXParameter_Operation(), XOperation.getParameters()

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