Uses of Interface
org.eclipse.emf.cdo.etypes.Annotation

Packages that use Annotation
org.eclipse.emf.cdo.etypes The generated EMF API of the CDO system data types and native annotations. 
org.eclipse.emf.cdo.etypes.impl The generated EMF implementation of the CDO system data types and native annotations. 
org.eclipse.emf.cdo.etypes.util The generated EMF utilities of the CDO system data types and native annotations. 
 

Uses of Annotation in org.eclipse.emf.cdo.etypes
 

Methods in org.eclipse.emf.cdo.etypes that return Annotation
 Annotation EtypesFactory.createAnnotation()
          Returns a new object of class 'Annotation'
 Annotation ModelElement.getAnnotation(String source)
           
 

Methods in org.eclipse.emf.cdo.etypes that return types with arguments of type Annotation
 EList<Annotation> ModelElement.getAnnotations()
          Returns the value of the 'Annotations' containment reference list.
 

Uses of Annotation in org.eclipse.emf.cdo.etypes.impl
 

Classes in org.eclipse.emf.cdo.etypes.impl that implement Annotation
 class AnnotationImpl
          An implementation of the model object 'Annotation'.
 

Methods in org.eclipse.emf.cdo.etypes.impl that return Annotation
 Annotation EtypesFactoryImpl.createAnnotation()
           
 Annotation ModelElementImpl.getAnnotation(String source)
           
 

Methods in org.eclipse.emf.cdo.etypes.impl that return types with arguments of type Annotation
 EList<Annotation> ModelElementImpl.getAnnotations()
           
 

Uses of Annotation in org.eclipse.emf.cdo.etypes.util
 

Methods in org.eclipse.emf.cdo.etypes.util with parameters of type Annotation
 T EtypesSwitch.caseAnnotation(Annotation object)
          Returns the result of interpreting the object as an instance of 'Annotation'
 



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.