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

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

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

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

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

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement SXCMINT
 class IVLINTImpl
          An implementation of the model object 'IVLINT'.
 class SXCMINTImpl
          An implementation of the model object 'SXCMINT'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return SXCMINT
 SXCMINT CDAR2FactoryImpl.createSXCMINT()
           
 

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

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