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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return SXPRTS
 SXPRTS CDAR2FactoryImpl.createSXPRTS()
           
 

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

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