Uses of Interface
org.eclipse.emf.test.models.dbitem.DocumentRoot

Packages that use DocumentRoot
org.eclipse.emf.test.models.dbitem   
org.eclipse.emf.test.models.dbitem.impl   
org.eclipse.emf.test.models.dbitem.util   
 

Uses of DocumentRoot in org.eclipse.emf.test.models.dbitem
 

Methods in org.eclipse.emf.test.models.dbitem that return DocumentRoot
 DocumentRoot DBItemFactory.createDocumentRoot()
          Returns a new object of class 'Document Root'
 

Uses of DocumentRoot in org.eclipse.emf.test.models.dbitem.impl
 

Methods in org.eclipse.emf.test.models.dbitem.impl that return DocumentRoot
 DocumentRoot DBItemFactoryImpl.createDocumentRoot()
           
 

Uses of DocumentRoot in org.eclipse.emf.test.models.dbitem.util
 

Methods in org.eclipse.emf.test.models.dbitem.util with parameters of type DocumentRoot
 T DBItemSwitch.caseDocumentRoot(DocumentRoot object)
          Returns the result of interpreting the object as an instance of 'Document Root'
 


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