Uses of Class
org.eclipse.emf.ecore.util.EContentsEList

Packages that use EContentsEList
org.eclipse.emf.ecore.util Provides utilities. 
 

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

Subclasses of EContentsEList in org.eclipse.emf.ecore.util
 class ECrossReferenceEList<E>
          A virtual list of all the cross references of an EObject.
 

Fields in org.eclipse.emf.ecore.util declared as EContentsEList
static EContentsEList<?> EContentsEList.EMPTY_CONTENTS_ELIST
           
 

Methods in org.eclipse.emf.ecore.util that return EContentsEList
static
<T> EContentsEList<T>
EContentsEList.createEContentsEList(EObject eObject)
           
static
<T> EContentsEList<T>
EContentsEList.emptyContentsEList()
           
 


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