Uses of Interface
org.eclipse.emf.test.models.movie.db.DocumentRoot

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

Uses of DocumentRoot in org.eclipse.emf.test.models.movie.db
 

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

Uses of DocumentRoot in org.eclipse.emf.test.models.movie.db.impl
 

Methods in org.eclipse.emf.test.models.movie.db.impl that return DocumentRoot
 DocumentRoot DBFactoryImpl.createDocumentRoot()
           
 

Uses of DocumentRoot in org.eclipse.emf.test.models.movie.db.util
 

Methods in org.eclipse.emf.test.models.movie.db.util with parameters of type DocumentRoot
 T DBSwitch.caseDocumentRoot(DocumentRoot object)
          Returns the result of interpreting the object as an instance of 'Document Root'
 boolean DBValidator.validateDocumentRoot(DocumentRoot documentRoot, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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