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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return BXITCD
 BXITCD CDAR2Factory.createBXITCD()
          Returns a new object of class 'BXITCD'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement BXITCD
 class BXITCDImpl
          An implementation of the model object 'BXITCD'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return BXITCD
 BXITCD CDAR2FactoryImpl.createBXITCD()
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type BXITCD
 java.lang.Object CDAR2Switch.caseBXITCD(BXITCD object)
          Returns the result of interpretting the object as an instance of 'BXITCD'.
 boolean CDAR2Validator.validateBXITCD(BXITCD bxitcd, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)