Uses of Interface
org.eclipse.ohf.ihe.common.cdar2.DocumentRoot

Packages that use DocumentRoot
org.eclipse.ohf.ihe.common.cdar2   
org.eclipse.ohf.ihe.common.cdar2.impl   
org.eclipse.ohf.ihe.common.cdar2.util   
 

Uses of DocumentRoot in org.eclipse.ohf.ihe.common.cdar2
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return DocumentRoot
 DocumentRoot CDAR2Factory.createDocumentRoot()
          Returns a new object of class 'Document Root'.
 

Uses of DocumentRoot in org.eclipse.ohf.ihe.common.cdar2.impl
 

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement DocumentRoot
 class DocumentRootImpl
          An implementation of the model object 'Document Root'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return DocumentRoot
 DocumentRoot CDAR2FactoryImpl.createDocumentRoot()
           
 

Uses of DocumentRoot in org.eclipse.ohf.ihe.common.cdar2.util
 

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type DocumentRoot
 java.lang.Object CDAR2Switch.caseDocumentRoot(DocumentRoot object)
          Returns the result of interpretting the object as an instance of 'Document Root'.
 boolean CDAR2Validator.validateDocumentRoot(DocumentRoot documentRoot, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)