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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040ParticipantRole
 POCDMT000040ParticipantRole CDAR2Factory.createPOCDMT000040ParticipantRole()
          Returns a new object of class 'POCDMT000040 Participant Role'.
 POCDMT000040ParticipantRole POCDMT000040Participant2.getParticipantRole()
          Returns the value of the 'Participant Role' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040ParticipantRole
 void POCDMT000040Participant2.setParticipantRole(POCDMT000040ParticipantRole value)
          Sets the value of the 'Participant Role' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040ParticipantRole
 class POCDMT000040ParticipantRoleImpl
          An implementation of the model object 'POCDMT000040 Participant Role'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040ParticipantRole
 POCDMT000040ParticipantRole CDAR2FactoryImpl.createPOCDMT000040ParticipantRole()
           
 POCDMT000040ParticipantRole POCDMT000040Participant2Impl.getParticipantRole()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040ParticipantRole
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040Participant2Impl.basicSetParticipantRole(POCDMT000040ParticipantRole newParticipantRole, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040Participant2Impl.setParticipantRole(POCDMT000040ParticipantRole newParticipantRole)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040ParticipantRole
 java.lang.Object CDAR2Switch.casePOCDMT000040ParticipantRole(POCDMT000040ParticipantRole object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Participant Role'.
 boolean CDAR2Validator.validatePOCDMT000040ParticipantRole(POCDMT000040ParticipantRole pocdmt000040ParticipantRole, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)