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

Packages that use GenBase
org.eclipse.emf.codegen.ecore.genmodel   
org.eclipse.emf.codegen.ecore.genmodel.impl   
org.eclipse.emf.codegen.ecore.genmodel.presentation   
org.eclipse.emf.codegen.ecore.genmodel.util   
 

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

Subinterfaces of GenBase in org.eclipse.emf.codegen.ecore.genmodel
 interface GenClass
           A representation of the model object 'Gen Class'
 interface GenClassifier
           A representation of the model object 'Gen Meta Object'
 interface GenDataType
           A representation of the model object 'Gen Data Type'
 interface GenEnum
           A representation of the model object 'Gen Enum'
 interface GenEnumLiteral
           A representation of the model object 'Gen Enum Literal'
 interface GenFeature
           A representation of the model object 'Gen Feature'
 interface GenModel
           A representation of the model object 'GenModel'
 interface GenOperation
           A representation of the model object 'Gen Operation'
 interface GenPackage
           A representation of the model object 'Gen Package'
 interface GenParameter
           A representation of the model object 'Gen Parameter'
 interface GenTypedElement
           A representation of the model object 'Gen Typed Element'
 

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

Classes in org.eclipse.emf.codegen.ecore.genmodel.impl that implement GenBase
 class GenBaseImpl
           An implementation of the model object 'Gen Base'
 class GenClassifierImpl
           An implementation of the model object 'Gen Meta Object'
 class GenClassImpl
           An implementation of the model object 'Gen Class'
 class GenDataTypeImpl
           An implementation of the model object 'Gen Data Type'
 class GenEnumImpl
           An implementation of the model object 'Gen Enum'
 class GenEnumLiteralImpl
           An implementation of the model object 'Gen Enum Literal'
 class GenFeatureImpl
           An implementation of the model object 'Gen Feature'
 class GenModelImpl
           An implementation of the model object 'GenModel'
 class GenOperationImpl
           An implementation of the model object 'Gen Operation'
 class GenPackageImpl
           An implementation of the model object 'Gen Package'
 class GenParameterImpl
           An implementation of the model object 'Gen Parameter'
 class GenTypedElementImpl
           An implementation of the model object 'Gen Typed Element'
 

Uses of GenBase in org.eclipse.emf.codegen.ecore.genmodel.presentation
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.presentation with parameters of type GenBase
protected abstract  boolean GenModelActionBarContributor.GenerateAction.canGenerate(GenBase genObject)
           
protected abstract  void GenModelActionBarContributor.GenerateAction.generate(GenBase genObject, IProgressMonitor progressMonitor)
           
 

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

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


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