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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return BXITIVLPQ
 BXITIVLPQ CDAR2FactoryImpl.createBXITIVLPQ()
           
 

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

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