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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040PlayingEntity
 POCDMT000040PlayingEntity CDAR2Factory.createPOCDMT000040PlayingEntity()
          Returns a new object of class 'POCDMT000040 Playing Entity'.
 POCDMT000040PlayingEntity POCDMT000040ParticipantRole.getPlayingEntity()
          Returns the value of the 'Playing Entity' containment reference.
 POCDMT000040PlayingEntity POCDMT000040SpecimenRole.getSpecimenPlayingEntity()
          Returns the value of the 'Specimen Playing Entity' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040PlayingEntity
 void POCDMT000040ParticipantRole.setPlayingEntity(POCDMT000040PlayingEntity value)
          Sets the value of the 'Playing Entity' containment reference.
 void POCDMT000040SpecimenRole.setSpecimenPlayingEntity(POCDMT000040PlayingEntity value)
          Sets the value of the 'Specimen Playing Entity' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040PlayingEntity
 class POCDMT000040PlayingEntityImpl
          An implementation of the model object 'POCDMT000040 Playing Entity'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040PlayingEntity
 POCDMT000040PlayingEntity CDAR2FactoryImpl.createPOCDMT000040PlayingEntity()
           
 POCDMT000040PlayingEntity POCDMT000040ParticipantRoleImpl.getPlayingEntity()
           
 POCDMT000040PlayingEntity POCDMT000040SpecimenRoleImpl.getSpecimenPlayingEntity()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040PlayingEntity
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040ParticipantRoleImpl.basicSetPlayingEntity(POCDMT000040PlayingEntity newPlayingEntity, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040SpecimenRoleImpl.basicSetSpecimenPlayingEntity(POCDMT000040PlayingEntity newSpecimenPlayingEntity, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040ParticipantRoleImpl.setPlayingEntity(POCDMT000040PlayingEntity newPlayingEntity)
           
 void POCDMT000040SpecimenRoleImpl.setSpecimenPlayingEntity(POCDMT000040PlayingEntity newSpecimenPlayingEntity)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040PlayingEntity
 java.lang.Object CDAR2Switch.casePOCDMT000040PlayingEntity(POCDMT000040PlayingEntity object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Playing Entity'.
 boolean CDAR2Validator.validatePOCDMT000040PlayingEntity(POCDMT000040PlayingEntity pocdmt000040PlayingEntity, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)