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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return HXITCE
 HXITCE CDAR2FactoryImpl.createHXITCE()
           
 

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

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