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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as ActMoodIntent
static ActMoodIntent ActMoodIntent.APT_LITERAL
          The 'APT' literal object.
static ActMoodIntent ActMoodIntent.ARQ_LITERAL
          The 'ARQ' literal object.
static ActMoodIntent ActMoodIntent.INT_LITERAL
          The 'INT' literal object.
static ActMoodIntent ActMoodIntent.PRMS_LITERAL
          The 'PRMS' literal object.
static ActMoodIntent ActMoodIntent.PRP_LITERAL
          The 'PRP' literal object.
static ActMoodIntent ActMoodIntent.RQO_LITERAL
          The 'RQO' literal object.
static ActMoodIntent ActMoodIntent.SLOT_LITERAL
          The 'SLOT' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type ActMoodIntent
 boolean CDAR2Validator.validateActMoodIntent(ActMoodIntent actMoodIntent, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateActMoodIntentObject(ActMoodIntent actMoodIntentObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)