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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040Supply
 POCDMT000040Supply CDAR2Factory.createPOCDMT000040Supply()
          Returns a new object of class 'POCDMT000040 Supply'.
 POCDMT000040Supply POCDMT000040Component4.getSupply()
          Returns the value of the 'Supply' containment reference.
 POCDMT000040Supply POCDMT000040Entry.getSupply()
          Returns the value of the 'Supply' containment reference.
 POCDMT000040Supply POCDMT000040EntryRelationship.getSupply()
          Returns the value of the 'Supply' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040Supply
 void POCDMT000040Component4.setSupply(POCDMT000040Supply value)
          Sets the value of the 'Supply' containment reference.
 void POCDMT000040Entry.setSupply(POCDMT000040Supply value)
          Sets the value of the 'Supply' containment reference.
 void POCDMT000040EntryRelationship.setSupply(POCDMT000040Supply value)
          Sets the value of the 'Supply' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040Supply
 class POCDMT000040SupplyImpl
          An implementation of the model object 'POCDMT000040 Supply'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040Supply
 POCDMT000040Supply CDAR2FactoryImpl.createPOCDMT000040Supply()
           
 POCDMT000040Supply POCDMT000040EntryRelationshipImpl.getSupply()
           
 POCDMT000040Supply POCDMT000040EntryImpl.getSupply()
           
 POCDMT000040Supply POCDMT000040Component4Impl.getSupply()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040Supply
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040EntryRelationshipImpl.basicSetSupply(POCDMT000040Supply newSupply, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040EntryImpl.basicSetSupply(POCDMT000040Supply newSupply, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040Component4Impl.basicSetSupply(POCDMT000040Supply newSupply, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040EntryRelationshipImpl.setSupply(POCDMT000040Supply newSupply)
           
 void POCDMT000040EntryImpl.setSupply(POCDMT000040Supply newSupply)
           
 void POCDMT000040Component4Impl.setSupply(POCDMT000040Supply newSupply)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040Supply
 java.lang.Object CDAR2Switch.casePOCDMT000040Supply(POCDMT000040Supply object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Supply'.
 boolean CDAR2Validator.validatePOCDMT000040Supply(POCDMT000040Supply pocdmt000040Supply, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)