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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as ActMoodPredicate
static ActMoodPredicate ActMoodPredicate.EVNCRT_LITERAL
          The 'EVNCRT' literal object.
static ActMoodPredicate ActMoodPredicate.GOL_LITERAL
          The 'GOL' literal object.
static ActMoodPredicate ActMoodPredicate.OPT_LITERAL
          The 'OPT' literal object.
static ActMoodPredicate ActMoodPredicate.PERM_LITERAL
          The 'PERM' literal object.
static ActMoodPredicate ActMoodPredicate.PERMRQ_LITERAL
          The 'PERMRQ' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type ActMoodPredicate
 boolean CDAR2Validator.validateActMoodPredicate(ActMoodPredicate actMoodPredicate, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateActMoodPredicateObject(ActMoodPredicate actMoodPredicateObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)