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

Packages that use GenAnnotation
org.eclipse.emf.codegen.ecore.genmodel   
org.eclipse.emf.codegen.ecore.genmodel.impl   
org.eclipse.emf.codegen.ecore.genmodel.util   
org.eclipse.emf.exporter.util   
 

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

Methods in org.eclipse.emf.codegen.ecore.genmodel that return GenAnnotation
 GenAnnotation GenModelFactory.createGenAnnotation()
          Returns a new object of class 'Gen Annotation'
 GenAnnotation GenModel.createGenAnnotation()
           
 GenAnnotation GenBase.getGenAnnotation(String source)
           
 

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

Classes in org.eclipse.emf.codegen.ecore.genmodel.impl that implement GenAnnotation
 class GenAnnotationImpl
           An implementation of the model object 'Gen Annotation'
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return GenAnnotation
 GenAnnotation GenModelImpl.createGenAnnotation()
           
 GenAnnotation GenModelFactoryImpl.createGenAnnotation()
           
 GenAnnotation GenBaseImpl.getGenAnnotation(String source)
           
 

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

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

Uses of GenAnnotation in org.eclipse.emf.exporter.util
 

Methods in org.eclipse.emf.exporter.util that return GenAnnotation
static GenAnnotation ExporterUtil.findOrCreateGenAnnotation(GenBase genBase, String source)
          Returns the GenBase object's GenAnnotation, creating one if necessary.
 


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