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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return StrucDocTbody
 StrucDocTbody CDAR2Factory.createStrucDocTbody()
          Returns a new object of class 'Struc Doc Tbody'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement StrucDocTbody
 class StrucDocTbodyImpl
          An implementation of the model object 'Struc Doc Tbody'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return StrucDocTbody
 StrucDocTbody CDAR2FactoryImpl.createStrucDocTbody()
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type StrucDocTbody
 java.lang.Object CDAR2Switch.caseStrucDocTbody(StrucDocTbody object)
          Returns the result of interpretting the object as an instance of 'Struc Doc Tbody'.
 boolean CDAR2Validator.validateStrucDocTbody(StrucDocTbody strucDocTbody, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)