Uses of Interface
org.eclipse.emf.ecore.EAnnotation

Packages that use EAnnotation
org.eclipse.emf.codegen.ecore.genmodel   
org.eclipse.emf.codegen.ecore.genmodel.impl   
org.eclipse.emf.ecore Provides an API for the Ecore dialect of UML. 
org.eclipse.emf.ecore.impl Provides an implementation of Ecore. 
org.eclipse.emf.ecore.util Provides utilities. 
 

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

Methods in org.eclipse.emf.codegen.ecore.genmodel with parameters of type EAnnotation
 String GenPackage.getAnnotatedModelElementAccessor(EAnnotation eAnnotation)
           
 List GenPackage.getAllNestedAnnotations(EAnnotation eAnnotation)
           
 

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

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl with parameters of type EAnnotation
 String GenPackageImpl.getAnnotatedModelElementAccessor(EAnnotation eAnnotation)
           
 List GenPackageImpl.getAllNestedAnnotations(EAnnotation eAnnotation)
           
 

Uses of EAnnotation in org.eclipse.emf.ecore
 

Methods in org.eclipse.emf.ecore that return EAnnotation
 EAnnotation EcoreFactory.createEAnnotation()
          Returns a new object of class 'EAnnotation'
 EAnnotation EModelElement.getEAnnotation(String source)
           Return the annotation with a matching source attribute.
 

Uses of EAnnotation in org.eclipse.emf.ecore.impl
 

Classes in org.eclipse.emf.ecore.impl that implement EAnnotation
 class EAnnotationImpl
           An implementation of the model object 'EAnnotation'
 

Methods in org.eclipse.emf.ecore.impl that return EAnnotation
 EAnnotation EcoreFactoryImpl.createEAnnotation()
           
 EAnnotation EModelElementImpl.getEAnnotation(String source)
           
 

Uses of EAnnotation in org.eclipse.emf.ecore.util
 

Methods in org.eclipse.emf.ecore.util that return EAnnotation
protected  EAnnotation BasicExtendedMetaData.getAnnotation(EModelElement eModelElement, boolean demandCreate)
           
 

Methods in org.eclipse.emf.ecore.util with parameters of type EAnnotation
 Object EcoreSwitch.caseEAnnotation(EAnnotation object)
          Returns the result of interpretting the object as an instance of 'EAnnotation'
 


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