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

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

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

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

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

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement SXCMMO
 class IVLMOImpl
          An implementation of the model object 'IVLMO'.
 class SXCMMOImpl
          An implementation of the model object 'SXCMMO'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return SXCMMO
 SXCMMO CDAR2FactoryImpl.createSXCMMO()
           
 

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

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