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

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

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

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

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

Classes in org.eclipse.emf.test.models.customer.impl that implement DocumentRoot
 class DocumentRootImpl
          An implementation of the model object 'Document Root'
 

Methods in org.eclipse.emf.test.models.customer.impl that return DocumentRoot
 DocumentRoot CustomerFactoryImpl.createDocumentRoot()
           
 

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

Methods in org.eclipse.emf.test.models.customer.util with parameters of type DocumentRoot
 T CustomerSwitch.caseDocumentRoot(DocumentRoot object)
          Returns the result of interpreting the object as an instance of 'Document Root'
 boolean CustomerValidator.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.