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

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

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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type XActMoodOrdPrms
 boolean CDAR2Validator.validateXActMoodOrdPrms(XActMoodOrdPrms xActMoodOrdPrms, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateXActMoodOrdPrmsObject(XActMoodOrdPrms xActMoodOrdPrmsObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)