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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return IVLREAL
 IVLREAL CDAR2FactoryImpl.createIVLREAL()
           
 

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

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