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

Packages that use ModelElement
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 ModelElement in org.eclipse.emf.cdo.etypes
 

Subinterfaces of ModelElement in org.eclipse.emf.cdo.etypes
 interface Annotation
          A representation of the model object 'Annotation'.
 

Methods in org.eclipse.emf.cdo.etypes that return ModelElement
 ModelElement Annotation.getModelElement()
          Returns the value of the 'Model Element' container reference.
 

Methods in org.eclipse.emf.cdo.etypes with parameters of type ModelElement
 void Annotation.setModelElement(ModelElement value)
          Sets the value of the 'Model Element' container reference.
 

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

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

Methods in org.eclipse.emf.cdo.etypes.impl that return ModelElement
 ModelElement AnnotationImpl.getModelElement()
           
 

Methods in org.eclipse.emf.cdo.etypes.impl with parameters of type ModelElement
 void AnnotationImpl.setModelElement(ModelElement newModelElement)
           
 

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

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



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