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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return CO
 CO CDAR2FactoryImpl.createCO()
           
 

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

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