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

Packages that use XGenericType
org.eclipse.emf.ecore.xcore   
org.eclipse.emf.ecore.xcore.impl   
org.eclipse.emf.ecore.xcore.util   
 

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

Methods in org.eclipse.emf.ecore.xcore that return XGenericType
 XGenericType XcoreFactory.createXGenericType()
          Returns a new object of class 'XGeneric Type'
 XGenericType XGenericType.getLowerBound()
          Returns the value of the 'Lower Bound' containment reference
 XGenericType XTypedElement.getType()
          Returns the value of the 'Type' containment reference
 XGenericType XGenericType.getUpperBound()
          Returns the value of the 'Upper Bound' containment reference
 

Methods in org.eclipse.emf.ecore.xcore that return types with arguments of type XGenericType
 EList<XGenericType> XTypeParameter.getBounds()
          Returns the value of the 'Bounds' containment reference list.
 EList<XGenericType> XOperation.getExceptions()
          Returns the value of the 'Exceptions' containment reference list.
 EList<XGenericType> XClass.getSuperTypes()
          Returns the value of the 'Super Types' containment reference list.
 EList<XGenericType> XGenericType.getTypeArguments()
          Returns the value of the 'Type Arguments' containment reference list.
 

Methods in org.eclipse.emf.ecore.xcore with parameters of type XGenericType
 GenClass XcoreExtensions.getGenClass(XGenericType type)
           
 GenTypeParameter XcoreExtensions.getGenTypeParameter(XGenericType type)
           
 void XGenericType.setLowerBound(XGenericType value)
          Sets the value of the 'Lower Bound' containment reference
 void XTypedElement.setType(XGenericType value)
          Sets the value of the 'Type' containment reference
 void XGenericType.setUpperBound(XGenericType value)
          Sets the value of the 'Upper Bound' containment reference
 

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

Classes in org.eclipse.emf.ecore.xcore.impl that implement XGenericType
 class XGenericTypeImpl
          An implementation of the model object 'XGeneric Type'
 

Fields in org.eclipse.emf.ecore.xcore.impl declared as XGenericType
protected  XGenericType XGenericTypeImpl.lowerBound
          The cached value of the 'Lower Bound' containment reference
protected  XGenericType XTypedElementImpl.type
          The cached value of the 'Type' containment reference
protected  XGenericType XGenericTypeImpl.upperBound
          The cached value of the 'Upper Bound' containment reference
 

Fields in org.eclipse.emf.ecore.xcore.impl with type parameters of type XGenericType
protected  EList<XGenericType> XTypeParameterImpl.bounds
          The cached value of the 'Bounds' containment reference list
protected  EList<XGenericType> XOperationImpl.exceptions
          The cached value of the 'Exceptions' containment reference list
protected  EList<XGenericType> XClassImpl.superTypes
          The cached value of the 'Super Types' containment reference list
protected  EList<XGenericType> XGenericTypeImpl.typeArguments
          The cached value of the 'Type Arguments' containment reference list
 

Methods in org.eclipse.emf.ecore.xcore.impl that return XGenericType
 XGenericType XcoreFactoryImpl.createXGenericType()
           
 XGenericType XGenericTypeImpl.getLowerBound()
           
 XGenericType XTypedElementImpl.getType()
           
 XGenericType XGenericTypeImpl.getUpperBound()
           
 

Methods in org.eclipse.emf.ecore.xcore.impl that return types with arguments of type XGenericType
 EList<XGenericType> XTypeParameterImpl.getBounds()
           
 EList<XGenericType> XOperationImpl.getExceptions()
           
 EList<XGenericType> XClassImpl.getSuperTypes()
           
 EList<XGenericType> XGenericTypeImpl.getTypeArguments()
           
 

Methods in org.eclipse.emf.ecore.xcore.impl with parameters of type XGenericType
 NotificationChain XGenericTypeImpl.basicSetLowerBound(XGenericType newLowerBound, NotificationChain msgs)
           
 NotificationChain XTypedElementImpl.basicSetType(XGenericType newType, NotificationChain msgs)
           
 NotificationChain XGenericTypeImpl.basicSetUpperBound(XGenericType newUpperBound, NotificationChain msgs)
           
 void XGenericTypeImpl.setLowerBound(XGenericType newLowerBound)
           
 void XTypedElementImpl.setType(XGenericType newType)
           
 void XGenericTypeImpl.setUpperBound(XGenericType newUpperBound)
           
 

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

Fields in org.eclipse.emf.ecore.xcore.util with type parameters of type XGenericType
protected  java.util.Map<EGenericType,XGenericType> EcoreXcoreBuilder.genericTypeMap
           
 

Methods in org.eclipse.emf.ecore.xcore.util that return types with arguments of type XGenericType
 java.util.Map<EGenericType,XGenericType> EcoreXcoreBuilder.getGenericTypeMap()
           
 

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


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