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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040Entity
 POCDMT000040Entity CDAR2Factory.createPOCDMT000040Entity()
          Returns a new object of class 'POCDMT000040 Entity'.
 POCDMT000040Entity POCDMT000040ParticipantRole.getScopingEntity()
          Returns the value of the 'Scoping Entity' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040Entity
 void POCDMT000040ParticipantRole.setScopingEntity(POCDMT000040Entity value)
          Sets the value of the 'Scoping Entity' containment reference.
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040Entity
 POCDMT000040Entity CDAR2FactoryImpl.createPOCDMT000040Entity()
           
 POCDMT000040Entity POCDMT000040ParticipantRoleImpl.getScopingEntity()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040Entity
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040ParticipantRoleImpl.basicSetScopingEntity(POCDMT000040Entity newScopingEntity, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040ParticipantRoleImpl.setScopingEntity(POCDMT000040Entity newScopingEntity)
           
 

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

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