/** * * * * $Id$ */ package org.eclipse.emf.ecore.xcore; /** * * A representation of the model object 'XParameter'. * * *

* The following features are supported: *

*

* * @see org.eclipse.emf.ecore.xcore.XcorePackage#getXParameter() * @model * @generated */ public interface XParameter extends XTypedElement { /** * Returns the value of the 'Operation' container reference. * It is bidirectional and its opposite is '{@link org.eclipse.emf.ecore.xcore.XOperation#getParameters Parameters}'. * *

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

* * @return the value of the 'Operation' container reference. * @see org.eclipse.emf.ecore.xcore.XcorePackage#getXParameter_Operation() * @see org.eclipse.emf.ecore.xcore.XOperation#getParameters * @model opposite="parameters" resolveProxies="false" changeable="false" * @generated */ XOperation getOperation(); } // XParameter