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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return AdxpState
 AdxpState CDAR2Factory.createAdxpState()
          Returns a new object of class 'Adxp State'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement AdxpState
 class AdxpStateImpl
          An implementation of the model object 'Adxp State'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return AdxpState
 AdxpState CDAR2FactoryImpl.createAdxpState()
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type AdxpState
 java.lang.Object CDAR2Switch.caseAdxpState(AdxpState object)
          Returns the result of interpretting the object as an instance of 'Adxp State'.
 boolean CDAR2Validator.validateAdxpState(AdxpState adxpState, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)