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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as XActRelationshipEntry
static XActRelationshipEntry XActRelationshipEntry.COMP_LITERAL
          The 'COMP' literal object.
static XActRelationshipEntry XActRelationshipEntry.DRIV_LITERAL
          The 'DRIV' literal object.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return XActRelationshipEntry
static XActRelationshipEntry XActRelationshipEntry.get(int value)
          Returns the 'XAct Relationship Entry' literal with the specified integer value.
static XActRelationshipEntry XActRelationshipEntry.get(java.lang.String literal)
          Returns the 'XAct Relationship Entry' literal with the specified literal value.
static XActRelationshipEntry XActRelationshipEntry.getByName(java.lang.String name)
          Returns the 'XAct Relationship Entry' literal with the specified name.
 XActRelationshipEntry POCDMT000040Entry.getTypeCode()
          Returns the value of the 'Type Code' attribute.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type XActRelationshipEntry
 void POCDMT000040Entry.setTypeCode(XActRelationshipEntry value)
          Sets the value of the 'Type Code' attribute.
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return XActRelationshipEntry
 XActRelationshipEntry CDAR2FactoryImpl.createXActRelationshipEntryFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 XActRelationshipEntry CDAR2FactoryImpl.createXActRelationshipEntryObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 XActRelationshipEntry POCDMT000040EntryImpl.getTypeCode()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type XActRelationshipEntry
 void POCDMT000040EntryImpl.setTypeCode(XActRelationshipEntry newTypeCode)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type XActRelationshipEntry
 boolean CDAR2Validator.validateXActRelationshipEntry(XActRelationshipEntry xActRelationshipEntry, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateXActRelationshipEntryObject(XActRelationshipEntry xActRelationshipEntryObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)