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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040AssignedAuthor
 POCDMT000040AssignedAuthor CDAR2Factory.createPOCDMT000040AssignedAuthor()
          Returns a new object of class 'POCDMT000040 Assigned Author'.
 POCDMT000040AssignedAuthor POCDMT000040Author.getAssignedAuthor()
          Returns the value of the 'Assigned Author' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040AssignedAuthor
 void POCDMT000040Author.setAssignedAuthor(POCDMT000040AssignedAuthor value)
          Sets the value of the 'Assigned Author' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040AssignedAuthor
 class POCDMT000040AssignedAuthorImpl
          An implementation of the model object 'POCDMT000040 Assigned Author'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040AssignedAuthor
 POCDMT000040AssignedAuthor CDAR2FactoryImpl.createPOCDMT000040AssignedAuthor()
           
 POCDMT000040AssignedAuthor POCDMT000040AuthorImpl.getAssignedAuthor()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040AssignedAuthor
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040AuthorImpl.basicSetAssignedAuthor(POCDMT000040AssignedAuthor newAssignedAuthor, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040AuthorImpl.setAssignedAuthor(POCDMT000040AssignedAuthor newAssignedAuthor)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040AssignedAuthor
 java.lang.Object CDAR2Switch.casePOCDMT000040AssignedAuthor(POCDMT000040AssignedAuthor object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Assigned Author'.
 boolean CDAR2Validator.validatePOCDMT000040AssignedAuthor(POCDMT000040AssignedAuthor pocdmt000040AssignedAuthor, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)