Uses of Class
org.eclipse.emf._2002.ecore.EGenericType

Packages that use EGenericType
org.eclipse.emf._2002.ecore   
 

Uses of EGenericType in org.eclipse.emf._2002.ecore
 

Fields in org.eclipse.emf._2002.ecore declared as EGenericType
protected  EGenericType ETypedElement.eGenericType
           
protected  EGenericType EGenericType.eLowerBound
           
protected  EGenericType EGenericType.eUpperBound
           
 

Fields in org.eclipse.emf._2002.ecore with type parameters of type EGenericType
protected  List<EGenericType> ETypeParameter.eBounds
           
protected  List<EGenericType> EOperation.eGenericExceptions
           
protected  List<EGenericType> EClass.eGenericSuperTypes
           
protected  List<EGenericType> EGenericType.eTypeArguments
           
 

Methods in org.eclipse.emf._2002.ecore that return EGenericType
 EGenericType ObjectFactory.createEGenericType()
          Create an instance of EGenericType
 EGenericType ETypedElement.getEGenericType()
          Gets the value of the eGenericType property.
 EGenericType EGenericType.getELowerBound()
          Gets the value of the eLowerBound property.
 EGenericType EGenericType.getEUpperBound()
          Gets the value of the eUpperBound property.
 

Methods in org.eclipse.emf._2002.ecore that return types with arguments of type EGenericType
 List<EGenericType> ETypeParameter.getEBounds()
          Gets the value of the eBounds property.
 List<EGenericType> EOperation.getEGenericExceptions()
          Gets the value of the eGenericExceptions property.
 List<EGenericType> EClass.getEGenericSuperTypes()
          Gets the value of the eGenericSuperTypes property.
 List<EGenericType> EGenericType.getETypeArguments()
          Gets the value of the eTypeArguments property.
 

Methods in org.eclipse.emf._2002.ecore with parameters of type EGenericType
 void ETypedElement.setEGenericType(EGenericType value)
          Sets the value of the eGenericType property.
 void EGenericType.setELowerBound(EGenericType value)
          Sets the value of the eLowerBound property.
 void EGenericType.setEUpperBound(EGenericType value)
          Sets the value of the eUpperBound property.
 



Copyright © 2010-2011 OW2 Consortium. All Rights Reserved.