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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040Criterion
 POCDMT000040Criterion CDAR2Factory.createPOCDMT000040Criterion()
          Returns a new object of class 'POCDMT000040 Criterion'.
 POCDMT000040Criterion POCDMT000040Precondition.getCriterion()
          Returns the value of the 'Criterion' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040Criterion
 void POCDMT000040Precondition.setCriterion(POCDMT000040Criterion value)
          Sets the value of the 'Criterion' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040Criterion
 class POCDMT000040CriterionImpl
          An implementation of the model object 'POCDMT000040 Criterion'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040Criterion
 POCDMT000040Criterion CDAR2FactoryImpl.createPOCDMT000040Criterion()
           
 POCDMT000040Criterion POCDMT000040PreconditionImpl.getCriterion()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040Criterion
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040PreconditionImpl.basicSetCriterion(POCDMT000040Criterion newCriterion, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040PreconditionImpl.setCriterion(POCDMT000040Criterion newCriterion)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040Criterion
 java.lang.Object CDAR2Switch.casePOCDMT000040Criterion(POCDMT000040Criterion object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Criterion'.
 boolean CDAR2Validator.validatePOCDMT000040Criterion(POCDMT000040Criterion pocdmt000040Criterion, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)