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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return UVPTS
 UVPTS CDAR2FactoryImpl.createUVPTS()
           
 

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

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