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

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

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

Subinterfaces of PPDPQ in org.eclipse.ohf.ihe.common.cdar2
 interface IVLPPDPQ
          A representation of the model object 'IVLPPDPQ'.
 interface IVXBPPDPQ
          A representation of the model object 'IVXBPPDPQ'.
 interface SXCMPPDPQ
          A representation of the model object 'SXCMPPDPQ'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return PPDPQ
 PPDPQ CDAR2Factory.createPPDPQ()
          Returns a new object of class 'PPDPQ'.
 PPDPQ IVLPPDPQ.getCenter()
          Returns the value of the 'Center' containment reference.
 PPDPQ PIVLPPDTS.getPeriod()
          Returns the value of the 'Period' containment reference.
 PPDPQ IVLPPDPQ.getWidth()
          Returns the value of the 'Width' containment reference.
 PPDPQ IVLPPDTS.getWidth()
          Returns the value of the 'Width' containment reference.
 PPDPQ IVLPPDPQ.getWidth1()
          Returns the value of the 'Width1' containment reference.
 PPDPQ IVLPPDTS.getWidth1()
          Returns the value of the 'Width1' containment reference.
 PPDPQ IVLPPDPQ.getWidth2()
          Returns the value of the 'Width2' containment reference.
 PPDPQ IVLPPDTS.getWidth2()
          Returns the value of the 'Width2' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type PPDPQ
 void IVLPPDPQ.setCenter(PPDPQ value)
          Sets the value of the 'Center' containment reference.
 void PIVLPPDTS.setPeriod(PPDPQ value)
          Sets the value of the 'Period' containment reference.
 void IVLPPDPQ.setWidth(PPDPQ value)
          Sets the value of the 'Width' containment reference.
 void IVLPPDTS.setWidth(PPDPQ value)
          Sets the value of the 'Width' containment reference.
 void IVLPPDPQ.setWidth1(PPDPQ value)
          Sets the value of the 'Width1' containment reference.
 void IVLPPDTS.setWidth1(PPDPQ value)
          Sets the value of the 'Width1' containment reference.
 void IVLPPDPQ.setWidth2(PPDPQ value)
          Sets the value of the 'Width2' containment reference.
 void IVLPPDTS.setWidth2(PPDPQ value)
          Sets the value of the 'Width2' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement PPDPQ
 class IVLPPDPQImpl
          An implementation of the model object 'IVLPPDPQ'.
 class IVXBPPDPQImpl
          An implementation of the model object 'IVXBPPDPQ'.
 class PPDPQImpl
          An implementation of the model object 'PPDPQ'.
 class SXCMPPDPQImpl
          An implementation of the model object 'SXCMPPDPQ'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return PPDPQ
 PPDPQ CDAR2FactoryImpl.createPPDPQ()
           
 PPDPQ IVLPPDPQImpl.getCenter()
           
 PPDPQ PIVLPPDTSImpl.getPeriod()
           
 PPDPQ IVLPPDTSImpl.getWidth()
           
 PPDPQ IVLPPDPQImpl.getWidth()
           
 PPDPQ IVLPPDTSImpl.getWidth1()
           
 PPDPQ IVLPPDPQImpl.getWidth1()
           
 PPDPQ IVLPPDTSImpl.getWidth2()
           
 PPDPQ IVLPPDPQImpl.getWidth2()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type PPDPQ
 org.eclipse.emf.common.notify.NotificationChain IVLPPDPQImpl.basicSetCenter(PPDPQ newCenter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain PIVLPPDTSImpl.basicSetPeriod(PPDPQ newPeriod, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain IVLPPDTSImpl.basicSetWidth(PPDPQ newWidth, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain IVLPPDPQImpl.basicSetWidth(PPDPQ newWidth, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain IVLPPDTSImpl.basicSetWidth1(PPDPQ newWidth1, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain IVLPPDPQImpl.basicSetWidth1(PPDPQ newWidth1, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain IVLPPDTSImpl.basicSetWidth2(PPDPQ newWidth2, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain IVLPPDPQImpl.basicSetWidth2(PPDPQ newWidth2, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void IVLPPDPQImpl.setCenter(PPDPQ newCenter)
           
 void PIVLPPDTSImpl.setPeriod(PPDPQ newPeriod)
           
 void IVLPPDTSImpl.setWidth(PPDPQ newWidth)
           
 void IVLPPDPQImpl.setWidth(PPDPQ newWidth)
           
 void IVLPPDTSImpl.setWidth1(PPDPQ newWidth1)
           
 void IVLPPDPQImpl.setWidth1(PPDPQ newWidth1)
           
 void IVLPPDTSImpl.setWidth2(PPDPQ newWidth2)
           
 void IVLPPDPQImpl.setWidth2(PPDPQ newWidth2)
           
 

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

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