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

Packages that use XTypeParameter
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 XTypeParameter in org.eclipse.emf.ecore.xcore
 

Methods in org.eclipse.emf.ecore.xcore that return XTypeParameter
 XTypeParameter XcoreFactory.createXTypeParameter()
          Returns a new object of class 'XType Parameter'
 

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

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

Classes in org.eclipse.emf.ecore.xcore.impl that implement XTypeParameter
 class XTypeParameterImpl
          An implementation of the model object 'XType Parameter'
 

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

Methods in org.eclipse.emf.ecore.xcore.impl that return XTypeParameter
 XTypeParameter XcoreFactoryImpl.createXTypeParameter()
           
 

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

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

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

Methods in org.eclipse.emf.ecore.xcore.mappings with parameters of type XTypeParameter
 XTypeParameterMapping XcoreMapper.getMapping(XTypeParameter xTypeParameter)
           
 

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

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


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