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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040Product
 POCDMT000040Product CDAR2Factory.createPOCDMT000040Product()
          Returns a new object of class 'POCDMT000040 Product'.
 POCDMT000040Product POCDMT000040Supply.getProduct()
          Returns the value of the 'Product' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040Product
 void POCDMT000040Supply.setProduct(POCDMT000040Product value)
          Sets the value of the 'Product' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040Product
 class POCDMT000040ProductImpl
          An implementation of the model object 'POCDMT000040 Product'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040Product
 POCDMT000040Product CDAR2FactoryImpl.createPOCDMT000040Product()
           
 POCDMT000040Product POCDMT000040SupplyImpl.getProduct()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040Product
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040SupplyImpl.basicSetProduct(POCDMT000040Product newProduct, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040SupplyImpl.setProduct(POCDMT000040Product newProduct)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040Product
 java.lang.Object CDAR2Switch.casePOCDMT000040Product(POCDMT000040Product object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Product'.
 boolean CDAR2Validator.validatePOCDMT000040Product(POCDMT000040Product pocdmt000040Product, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)