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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return StrucDocBr
 StrucDocBr CDAR2Factory.createStrucDocBr()
          Returns a new object of class 'Struc Doc Br'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement StrucDocBr
 class StrucDocBrImpl
          An implementation of the model object 'Struc Doc Br'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return StrucDocBr
 StrucDocBr CDAR2FactoryImpl.createStrucDocBr()
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type StrucDocBr
 java.lang.Object CDAR2Switch.caseStrucDocBr(StrucDocBr object)
          Returns the result of interpretting the object as an instance of 'Struc Doc Br'.
 boolean CDAR2Validator.validateStrucDocBr(StrucDocBr strucDocBr, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)