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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as XActMoodDefEvnRqoPrmsPrp
static XActMoodDefEvnRqoPrmsPrp XActMoodDefEvnRqoPrmsPrp.DEF_LITERAL
          The 'DEF' literal object.
static XActMoodDefEvnRqoPrmsPrp XActMoodDefEvnRqoPrmsPrp.EVN_LITERAL
          The 'EVN' literal object.
static XActMoodDefEvnRqoPrmsPrp XActMoodDefEvnRqoPrmsPrp.PRMS_LITERAL
          The 'PRMS' literal object.
static XActMoodDefEvnRqoPrmsPrp XActMoodDefEvnRqoPrmsPrp.PRP_LITERAL
          The 'PRP' literal object.
static XActMoodDefEvnRqoPrmsPrp XActMoodDefEvnRqoPrmsPrp.RQO_LITERAL
          The 'RQO' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type XActMoodDefEvnRqoPrmsPrp
 boolean CDAR2Validator.validateXActMoodDefEvnRqoPrmsPrp(XActMoodDefEvnRqoPrmsPrp xActMoodDefEvnRqoPrmsPrp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateXActMoodDefEvnRqoPrmsPrpObject(XActMoodDefEvnRqoPrmsPrp xActMoodDefEvnRqoPrmsPrpObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)