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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return StrucDocTh
 StrucDocTh CDAR2Factory.createStrucDocTh()
          Returns a new object of class 'Struc Doc Th'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement StrucDocTh
 class StrucDocThImpl
          An implementation of the model object 'Struc Doc Th'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return StrucDocTh
 StrucDocTh CDAR2FactoryImpl.createStrucDocTh()
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type StrucDocTh
 java.lang.Object CDAR2Switch.caseStrucDocTh(StrucDocTh object)
          Returns the result of interpretting the object as an instance of 'Struc Doc Th'.
 boolean CDAR2Validator.validateStrucDocTh(StrucDocTh strucDocTh, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)