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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return IVLPPDPQ
 IVLPPDPQ CDAR2Factory.createIVLPPDPQ()
          Returns a new object of class 'IVLPPDPQ'.
 IVLPPDPQ EIVLPPDTS.getOffset()
          Returns the value of the 'Offset' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type IVLPPDPQ
 void EIVLPPDTS.setOffset(IVLPPDPQ value)
          Sets the value of the 'Offset' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement IVLPPDPQ
 class IVLPPDPQImpl
          An implementation of the model object 'IVLPPDPQ'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return IVLPPDPQ
 IVLPPDPQ CDAR2FactoryImpl.createIVLPPDPQ()
           
 IVLPPDPQ EIVLPPDTSImpl.getOffset()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type IVLPPDPQ
 org.eclipse.emf.common.notify.NotificationChain EIVLPPDTSImpl.basicSetOffset(IVLPPDPQ newOffset, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void EIVLPPDTSImpl.setOffset(IVLPPDPQ newOffset)
           
 

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

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