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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return IVLMO
 IVLMO CDAR2FactoryImpl.createIVLMO()
           
 

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

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