Uses of Class
org.eclipse.ohf.ihe.common.cdar2.TimingEvent

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as TimingEvent
static TimingEvent TimingEvent.AC_LITERAL
          The 'AC' literal object.
static TimingEvent TimingEvent.ACD_LITERAL
          The 'ACD' literal object.
static TimingEvent TimingEvent.ACM_LITERAL
          The 'ACM' literal object.
static TimingEvent TimingEvent.ACV_LITERAL
          The 'ACV' literal object.
static TimingEvent TimingEvent.HS_LITERAL
          The 'HS' literal object.
static TimingEvent TimingEvent.IC_LITERAL
          The 'IC' literal object.
static TimingEvent TimingEvent.ICD_LITERAL
          The 'ICD' literal object.
static TimingEvent TimingEvent.ICM_LITERAL
          The 'ICM' literal object.
static TimingEvent TimingEvent.ICV_LITERAL
          The 'ICV' literal object.
static TimingEvent TimingEvent.PC_LITERAL
          The 'PC' literal object.
static TimingEvent TimingEvent.PCD_LITERAL
          The 'PCD' literal object.
static TimingEvent TimingEvent.PCM_LITERAL
          The 'PCM' literal object.
static TimingEvent TimingEvent.PCV_LITERAL
          The 'PCV' literal object.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return TimingEvent
static TimingEvent TimingEvent.get(int value)
          Returns the 'Timing Event' literal with the specified integer value.
static TimingEvent TimingEvent.get(java.lang.String literal)
          Returns the 'Timing Event' literal with the specified literal value.
static TimingEvent TimingEvent.getByName(java.lang.String name)
          Returns the 'Timing Event' literal with the specified name.
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return TimingEvent
 TimingEvent CDAR2FactoryImpl.createTimingEventFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 TimingEvent CDAR2FactoryImpl.createTimingEventObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type TimingEvent
 boolean CDAR2Validator.validateTimingEvent(TimingEvent timingEvent, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateTimingEventObject(TimingEvent timingEventObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)