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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as XActClassDocumentEntryAct
static XActClassDocumentEntryAct XActClassDocumentEntryAct.ACCM_LITERAL
          The 'ACCM' literal object.
static XActClassDocumentEntryAct XActClassDocumentEntryAct.ACT_LITERAL
          The 'ACT' literal object.
static XActClassDocumentEntryAct XActClassDocumentEntryAct.CONS_LITERAL
          The 'CONS' literal object.
static XActClassDocumentEntryAct XActClassDocumentEntryAct.CTTEVENT_LITERAL
          The 'CTTEVENT' literal object.
static XActClassDocumentEntryAct XActClassDocumentEntryAct.INC_LITERAL
          The 'INC' literal object.
static XActClassDocumentEntryAct XActClassDocumentEntryAct.INFRM_LITERAL
          The 'INFRM' literal object.
static XActClassDocumentEntryAct XActClassDocumentEntryAct.PCPR_LITERAL
          The 'PCPR' literal object.
static XActClassDocumentEntryAct XActClassDocumentEntryAct.REG_LITERAL
          The 'REG' literal object.
static XActClassDocumentEntryAct XActClassDocumentEntryAct.SPCTRT_LITERAL
          The 'SPCTRT' literal object.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return XActClassDocumentEntryAct
static XActClassDocumentEntryAct XActClassDocumentEntryAct.get(int value)
          Returns the 'XAct Class Document Entry Act' literal with the specified integer value.
static XActClassDocumentEntryAct XActClassDocumentEntryAct.get(java.lang.String literal)
          Returns the 'XAct Class Document Entry Act' literal with the specified literal value.
static XActClassDocumentEntryAct XActClassDocumentEntryAct.getByName(java.lang.String name)
          Returns the 'XAct Class Document Entry Act' literal with the specified name.
 XActClassDocumentEntryAct POCDMT000040Act.getClassCode()
          Returns the value of the 'Class Code' attribute.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type XActClassDocumentEntryAct
 void POCDMT000040Act.setClassCode(XActClassDocumentEntryAct value)
          Sets the value of the 'Class Code' attribute.
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return XActClassDocumentEntryAct
 XActClassDocumentEntryAct CDAR2FactoryImpl.createXActClassDocumentEntryActFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 XActClassDocumentEntryAct CDAR2FactoryImpl.createXActClassDocumentEntryActObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 XActClassDocumentEntryAct POCDMT000040ActImpl.getClassCode()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type XActClassDocumentEntryAct
 void POCDMT000040ActImpl.setClassCode(XActClassDocumentEntryAct newClassCode)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type XActClassDocumentEntryAct
 boolean CDAR2Validator.validateXActClassDocumentEntryAct(XActClassDocumentEntryAct xActClassDocumentEntryAct, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateXActClassDocumentEntryActObject(XActClassDocumentEntryAct xActClassDocumentEntryActObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)