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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040AuthoringDevice
 POCDMT000040AuthoringDevice CDAR2Factory.createPOCDMT000040AuthoringDevice()
          Returns a new object of class 'POCDMT000040 Authoring Device'.
 POCDMT000040AuthoringDevice POCDMT000040AssignedAuthor.getAssignedAuthoringDevice()
          Returns the value of the 'Assigned Authoring Device' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040AuthoringDevice
 void POCDMT000040AssignedAuthor.setAssignedAuthoringDevice(POCDMT000040AuthoringDevice value)
          Sets the value of the 'Assigned Authoring Device' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040AuthoringDevice
 class POCDMT000040AuthoringDeviceImpl
          An implementation of the model object 'POCDMT000040 Authoring Device'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040AuthoringDevice
 POCDMT000040AuthoringDevice CDAR2FactoryImpl.createPOCDMT000040AuthoringDevice()
           
 POCDMT000040AuthoringDevice POCDMT000040AssignedAuthorImpl.getAssignedAuthoringDevice()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040AuthoringDevice
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040AssignedAuthorImpl.basicSetAssignedAuthoringDevice(POCDMT000040AuthoringDevice newAssignedAuthoringDevice, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040AssignedAuthorImpl.setAssignedAuthoringDevice(POCDMT000040AuthoringDevice newAssignedAuthoringDevice)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040AuthoringDevice
 java.lang.Object CDAR2Switch.casePOCDMT000040AuthoringDevice(POCDMT000040AuthoringDevice object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Authoring Device'.
 boolean CDAR2Validator.validatePOCDMT000040AuthoringDevice(POCDMT000040AuthoringDevice pocdmt000040AuthoringDevice, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)