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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as XActMoodDefEvn
static XActMoodDefEvn XActMoodDefEvn.DEF_LITERAL
          The 'DEF' literal object.
static XActMoodDefEvn XActMoodDefEvn.EVN_LITERAL
          The 'EVN' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type XActMoodDefEvn
 boolean CDAR2Validator.validateXActMoodDefEvn(XActMoodDefEvn xActMoodDefEvn, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateXActMoodDefEvnObject(XActMoodDefEvn xActMoodDefEvnObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)