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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as XDocumentActMood
static XDocumentActMood XDocumentActMood.APT_LITERAL
          The 'APT' literal object.
static XDocumentActMood XDocumentActMood.ARQ_LITERAL
          The 'ARQ' literal object.
static XDocumentActMood XDocumentActMood.DEF_LITERAL
          The 'DEF' literal object.
static XDocumentActMood XDocumentActMood.EVN_LITERAL
          The 'EVN' literal object.
static XDocumentActMood XDocumentActMood.INT_LITERAL
          The 'INT' literal object.
static XDocumentActMood XDocumentActMood.PRMS_LITERAL
          The 'PRMS' literal object.
static XDocumentActMood XDocumentActMood.PRP_LITERAL
          The 'PRP' literal object.
static XDocumentActMood XDocumentActMood.RQO_LITERAL
          The 'RQO' literal object.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return XDocumentActMood
static XDocumentActMood XDocumentActMood.get(int value)
          Returns the 'XDocument Act Mood' literal with the specified integer value.
static XDocumentActMood XDocumentActMood.get(java.lang.String literal)
          Returns the 'XDocument Act Mood' literal with the specified literal value.
static XDocumentActMood XDocumentActMood.getByName(java.lang.String name)
          Returns the 'XDocument Act Mood' literal with the specified name.
 XDocumentActMood POCDMT000040Act.getMoodCode()
          Returns the value of the 'Mood Code' attribute.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type XDocumentActMood
 void POCDMT000040Act.setMoodCode(XDocumentActMood value)
          Sets the value of the 'Mood Code' attribute.
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return XDocumentActMood
 XDocumentActMood CDAR2FactoryImpl.createXDocumentActMoodFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 XDocumentActMood CDAR2FactoryImpl.createXDocumentActMoodObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 XDocumentActMood POCDMT000040ActImpl.getMoodCode()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type XDocumentActMood
 void POCDMT000040ActImpl.setMoodCode(XDocumentActMood newMoodCode)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type XDocumentActMood
 boolean CDAR2Validator.validateXDocumentActMood(XDocumentActMood xDocumentActMood, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateXDocumentActMoodObject(XDocumentActMood xDocumentActMoodObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)