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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040ManufacturedProduct
 POCDMT000040ManufacturedProduct CDAR2Factory.createPOCDMT000040ManufacturedProduct()
          Returns a new object of class 'POCDMT000040 Manufactured Product'.
 POCDMT000040ManufacturedProduct POCDMT000040Consumable.getManufacturedProduct()
          Returns the value of the 'Manufactured Product' containment reference.
 POCDMT000040ManufacturedProduct POCDMT000040Product.getManufacturedProduct()
          Returns the value of the 'Manufactured Product' containment reference.
 

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040ManufacturedProduct
 POCDMT000040ManufacturedProduct CDAR2FactoryImpl.createPOCDMT000040ManufacturedProduct()
           
 POCDMT000040ManufacturedProduct POCDMT000040ProductImpl.getManufacturedProduct()
           
 POCDMT000040ManufacturedProduct POCDMT000040ConsumableImpl.getManufacturedProduct()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040ManufacturedProduct
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040ProductImpl.basicSetManufacturedProduct(POCDMT000040ManufacturedProduct newManufacturedProduct, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040ConsumableImpl.basicSetManufacturedProduct(POCDMT000040ManufacturedProduct newManufacturedProduct, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040ProductImpl.setManufacturedProduct(POCDMT000040ManufacturedProduct newManufacturedProduct)
           
 void POCDMT000040ConsumableImpl.setManufacturedProduct(POCDMT000040ManufacturedProduct newManufacturedProduct)
           
 

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

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