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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040Material
 POCDMT000040Material CDAR2Factory.createPOCDMT000040Material()
          Returns a new object of class 'POCDMT000040 Material'.
 POCDMT000040Material POCDMT000040ManufacturedProduct.getManufacturedMaterial()
          Returns the value of the 'Manufactured Material' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040Material
 void POCDMT000040ManufacturedProduct.setManufacturedMaterial(POCDMT000040Material value)
          Sets the value of the 'Manufactured Material' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040Material
 class POCDMT000040MaterialImpl
          An implementation of the model object 'POCDMT000040 Material'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040Material
 POCDMT000040Material CDAR2FactoryImpl.createPOCDMT000040Material()
           
 POCDMT000040Material POCDMT000040ManufacturedProductImpl.getManufacturedMaterial()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040Material
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040ManufacturedProductImpl.basicSetManufacturedMaterial(POCDMT000040Material newManufacturedMaterial, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040ManufacturedProductImpl.setManufacturedMaterial(POCDMT000040Material newManufacturedMaterial)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040Material
 java.lang.Object CDAR2Switch.casePOCDMT000040Material(POCDMT000040Material object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Material'.
 boolean CDAR2Validator.validatePOCDMT000040Material(POCDMT000040Material pocdmt000040Material, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)