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

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

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

Subinterfaces of PPDTS in org.eclipse.ohf.ihe.common.cdar2
 interface EIVLPPDTS
          A representation of the model object 'EIVLPPDTS'.
 interface IVLPPDTS
          A representation of the model object 'IVLPPDTS'.
 interface IVXBPPDTS
          A representation of the model object 'IVXBPPDTS'.
 interface PIVLPPDTS
          A representation of the model object 'PIVLPPDTS'.
 interface SXCMPPDTS
          A representation of the model object 'SXCMPPDTS'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return PPDTS
 PPDTS CDAR2Factory.createPPDTS()
          Returns a new object of class 'PPDTS'.
 PPDTS IVLPPDTS.getCenter()
          Returns the value of the 'Center' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type PPDTS
 void IVLPPDTS.setCenter(PPDTS value)
          Sets the value of the 'Center' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement PPDTS
 class EIVLPPDTSImpl
          An implementation of the model object 'EIVLPPDTS'.
 class IVLPPDTSImpl
          An implementation of the model object 'IVLPPDTS'.
 class IVXBPPDTSImpl
          An implementation of the model object 'IVXBPPDTS'.
 class PIVLPPDTSImpl
          An implementation of the model object 'PIVLPPDTS'.
 class PPDTSImpl
          An implementation of the model object 'PPDTS'.
 class SXCMPPDTSImpl
          An implementation of the model object 'SXCMPPDTS'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return PPDTS
 PPDTS CDAR2FactoryImpl.createPPDTS()
           
 PPDTS IVLPPDTSImpl.getCenter()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type PPDTS
 org.eclipse.emf.common.notify.NotificationChain IVLPPDTSImpl.basicSetCenter(PPDTS newCenter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void IVLPPDTSImpl.setCenter(PPDTS newCenter)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type PPDTS
 java.lang.Object CDAR2Switch.casePPDTS(PPDTS object)
          Returns the result of interpretting the object as an instance of 'PPDTS'.
 boolean CDAR2Validator.validatePPDTS(PPDTS ppdts, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)