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

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

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

Subinterfaces of SXCMREAL in org.eclipse.ohf.ihe.common.cdar2
 interface IVLREAL
          A representation of the model object 'IVLREAL'.
 

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return SXCMREAL
 SXCMREAL CDAR2FactoryImpl.createSXCMREAL()
           
 

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

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