Uses of Interface
org.eclipse.emf.ecore.xcore.XParameter

Packages that use XParameter
org.eclipse.emf.ecore.xcore   
org.eclipse.emf.ecore.xcore.impl   
org.eclipse.emf.ecore.xcore.mappings   
org.eclipse.emf.ecore.xcore.util   
 

Uses of XParameter in org.eclipse.emf.ecore.xcore
 

Methods in org.eclipse.emf.ecore.xcore that return XParameter
 XParameter XcoreFactory.createXParameter()
          Returns a new object of class 'XParameter'
 

Methods in org.eclipse.emf.ecore.xcore that return types with arguments of type XParameter
 EList<XParameter> XOperation.getParameters()
          Returns the value of the 'Parameters' containment reference list.
 

Uses of XParameter in org.eclipse.emf.ecore.xcore.impl
 

Classes in org.eclipse.emf.ecore.xcore.impl that implement XParameter
 class XParameterImpl
          An implementation of the model object 'XParameter'
 

Fields in org.eclipse.emf.ecore.xcore.impl with type parameters of type XParameter
protected  EList<XParameter> XOperationImpl.parameters
          The cached value of the 'Parameters' containment reference list
 

Methods in org.eclipse.emf.ecore.xcore.impl that return XParameter
 XParameter XcoreFactoryImpl.createXParameter()
           
 

Methods in org.eclipse.emf.ecore.xcore.impl that return types with arguments of type XParameter
 EList<XParameter> XOperationImpl.getParameters()
           
 

Uses of XParameter in org.eclipse.emf.ecore.xcore.mappings
 

Methods in org.eclipse.emf.ecore.xcore.mappings that return XParameter
 XParameter XcoreMapper.getXParameter(EObject eObject)
           
 

Methods in org.eclipse.emf.ecore.xcore.mappings with parameters of type XParameter
 XParameterMapping XcoreMapper.getMapping(XParameter xParameter)
           
 

Uses of XParameter in org.eclipse.emf.ecore.xcore.util
 

Methods in org.eclipse.emf.ecore.xcore.util with parameters of type XParameter
 T XcoreSwitch.caseXParameter(XParameter object)
          Returns the result of interpreting the object as an instance of 'XParameter'
 


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