Uses of Interface
org.eclipse.emf.codegen.ecore.genmodel.GenPackage

Packages that use GenPackage
org.eclipse.emf.codegen.ecore.genmodel   
org.eclipse.emf.codegen.ecore.genmodel.impl   
org.eclipse.emf.codegen.ecore.genmodel.util   
org.eclipse.emf.codegen.ecore.java2ecore   
 

Uses of GenPackage in org.eclipse.emf.codegen.ecore.genmodel
 

Methods in org.eclipse.emf.codegen.ecore.genmodel that return GenPackage
 GenPackage GenParameter.getTypeGenPackage()
           
 GenPackage GenParameter.getGenPackage()
           
 GenPackage GenPackage.getSuperGenPackage()
          Returns the closest GenPackage-typed container for which hasClassifiers() is true, or null if there is none.
 GenPackage GenPackage.getRootGenPackage()
          Returns the top-most GenPackage-typed container for which hasClassifiers() is true, which may be this GenPackage, itself.
 GenPackage GenOperation.getReturnTypeGenPackage()
           
 GenPackage GenOperation.getGenPackage()
           
 GenPackage GenModelFactory.createGenPackage()
          Returns a new object of class 'Gen Package'
 GenPackage GenModel.findGenPackage(EPackage ePackage)
           
 GenPackage GenFeature.getGenPackage()
           
 GenPackage GenFeature.getTypeGenPackage()
           
 GenPackage GenEnumLiteral.getGenPackage()
           
 GenPackage GenClassifier.getGenPackage()
          Returns the value of the 'Gen Package' reference.
 

Methods in org.eclipse.emf.codegen.ecore.genmodel with parameters of type GenPackage
 String GenPackage.getPackageInstanceVariable(GenPackage genPackage)
           
 String GenPackage.getValidatorPackageUniqueSafeName(GenPackage genPackage)
           
 String GenPackage.getAdapterFactoryDelegateName(GenPackage genDelegate)
           
 String GenPackage.getUncapAdapterFactoryDelegateName(GenPackage genDelegate)
           
 boolean GenPackage.reconcile(GenPackage oldGenPackageVersion)
           
 void GenModel.markImportLocation(StringBuffer stringBuffer, GenPackage genPackage)
           
 

Uses of GenPackage in org.eclipse.emf.codegen.ecore.genmodel.impl
 

Classes in org.eclipse.emf.codegen.ecore.genmodel.impl that implement GenPackage
 class GenPackageImpl
           An implementation of the model object 'Gen Package'
 

Fields in org.eclipse.emf.codegen.ecore.genmodel.impl declared as GenPackage
protected static GenPackage GenBaseImpl.ecoreGenPackage
           
protected static GenPackage GenBaseImpl.xmlTypeGenPackage
           
protected static GenPackage GenBaseImpl.xmlNamespaceGenPackage
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return GenPackage
 GenPackage GenParameterImpl.getTypeGenPackage()
           
 GenPackage GenParameterImpl.getGenPackage()
           
 GenPackage GenPackageImpl.getSuperGenPackage()
           
 GenPackage GenPackageImpl.getRootGenPackage()
           
 GenPackage GenOperationImpl.getReturnTypeGenPackage()
           
 GenPackage GenOperationImpl.getGenPackage()
           
 GenPackage GenModelFactoryImpl.createGenPackage()
           
 GenPackage GenFeatureImpl.getGenPackage()
           
 GenPackage GenFeatureImpl.getTypeGenPackage()
           
 GenPackage GenEnumLiteralImpl.getGenPackage()
           
 GenPackage GenClassifierImpl.getGenPackage()
           
protected  GenPackage GenBaseImpl.findGenPackageHelper(GenPackage genPackage, EPackage ePackage)
          Finds the GenPackage corresponding to the EPackage, taking into account any nested GenPackages.
 GenPackage GenBaseImpl.findGenPackage(EPackage ePackage)
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl with parameters of type GenPackage
 String GenPackageImpl.getPackageInstanceVariable(GenPackage genPackage)
           
 String GenPackageImpl.getValidatorPackageUniqueSafeName(GenPackage genPackage)
           
 String GenPackageImpl.getAdapterFactoryDelegateName(GenPackage genDelegate)
           
 String GenPackageImpl.getUncapAdapterFactoryDelegateName(GenPackage genDelegate)
           
 boolean GenPackageImpl.reconcile(GenPackage oldGenPackageVersion)
           
protected  void GenPackageImpl.reconcileSettings(GenPackage oldGenPackageVersion)
           
 void GenModelImpl.markImportLocation(StringBuffer stringBuffer, GenPackage genPackage)
           
protected  GenPackage GenBaseImpl.findGenPackageHelper(GenPackage genPackage, EPackage ePackage)
          Finds the GenPackage corresponding to the EPackage, taking into account any nested GenPackages.
protected  List GenBaseImpl.getTypeGenClasses(EClassifier eType, GenPackage firstGenPackage, List genPackages, int max)
          If eType is an EClass, returns the list of GenClasses representing its non-abstract subclasses, beginning with those from the specified firstGenPackage followed by the others in genPackages, and ordered down the inheritance chains within each package.
 

Uses of GenPackage in org.eclipse.emf.codegen.ecore.genmodel.util
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.util with parameters of type GenPackage
 Object GenModelSwitch.caseGenPackage(GenPackage object)
          Returns the result of interpretting the object as an instance of 'Gen Package'
 

Uses of GenPackage in org.eclipse.emf.codegen.ecore.java2ecore
 

Methods in org.eclipse.emf.codegen.ecore.java2ecore with parameters of type GenPackage
 void JavaEcoreBuilder.determineExternalPackages(GenPackage genPackage)
           
 


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