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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return StrucDocTd
 StrucDocTd CDAR2Factory.createStrucDocTd()
          Returns a new object of class 'Struc Doc Td'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement StrucDocTd
 class StrucDocTdImpl
          An implementation of the model object 'Struc Doc Td'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return StrucDocTd
 StrucDocTd CDAR2FactoryImpl.createStrucDocTd()
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type StrucDocTd
 java.lang.Object CDAR2Switch.caseStrucDocTd(StrucDocTd object)
          Returns the result of interpretting the object as an instance of 'Struc Doc Td'.
 boolean CDAR2Validator.validateStrucDocTd(StrucDocTd strucDocTd, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)