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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as XActMoodOrdPrmsEvn
static XActMoodOrdPrmsEvn XActMoodOrdPrmsEvn.EVN_LITERAL
          The 'EVN' literal object.
static XActMoodOrdPrmsEvn XActMoodOrdPrmsEvn.PRMS_LITERAL
          The 'PRMS' literal object.
static XActMoodOrdPrmsEvn XActMoodOrdPrmsEvn.RQO_LITERAL
          The 'RQO' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type XActMoodOrdPrmsEvn
 boolean CDAR2Validator.validateXActMoodOrdPrmsEvn(XActMoodOrdPrmsEvn xActMoodOrdPrmsEvn, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateXActMoodOrdPrmsEvnObject(XActMoodOrdPrmsEvn xActMoodOrdPrmsEvnObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)