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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return EIVLEvent
 EIVLEvent CDAR2Factory.createEIVLEvent()
          Returns a new object of class 'EIVL Event'.
 EIVLEvent EIVLTS.getEvent()
          Returns the value of the 'Event' containment reference.
 EIVLEvent EIVLPPDTS.getEvent()
          Returns the value of the 'Event' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type EIVLEvent
 void EIVLTS.setEvent(EIVLEvent value)
          Sets the value of the 'Event' containment reference.
 void EIVLPPDTS.setEvent(EIVLEvent value)
          Sets the value of the 'Event' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement EIVLEvent
 class EIVLEventImpl
          An implementation of the model object 'EIVL Event'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return EIVLEvent
 EIVLEvent CDAR2FactoryImpl.createEIVLEvent()
           
 EIVLEvent EIVLTSImpl.getEvent()
           
 EIVLEvent EIVLPPDTSImpl.getEvent()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type EIVLEvent
 org.eclipse.emf.common.notify.NotificationChain EIVLTSImpl.basicSetEvent(EIVLEvent newEvent, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain EIVLPPDTSImpl.basicSetEvent(EIVLEvent newEvent, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void EIVLTSImpl.setEvent(EIVLEvent newEvent)
           
 void EIVLPPDTSImpl.setEvent(EIVLEvent newEvent)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type EIVLEvent
 java.lang.Object CDAR2Switch.caseEIVLEvent(EIVLEvent object)
          Returns the result of interpretting the object as an instance of 'EIVL Event'.
 boolean CDAR2Validator.validateEIVLEvent(EIVLEvent eivlEvent, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)