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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as XActRelationshipDocument
static XActRelationshipDocument XActRelationshipDocument.APND_LITERAL
          The 'APND' literal object.
static XActRelationshipDocument XActRelationshipDocument.RPLC_LITERAL
          The 'RPLC' literal object.
static XActRelationshipDocument XActRelationshipDocument.XFRM_LITERAL
          The 'XFRM' literal object.
 

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return XActRelationshipDocument
 XActRelationshipDocument CDAR2FactoryImpl.createXActRelationshipDocumentFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 XActRelationshipDocument CDAR2FactoryImpl.createXActRelationshipDocumentObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 XActRelationshipDocument POCDMT000040RelatedDocumentImpl.getTypeCode()
           
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type XActRelationshipDocument
 boolean CDAR2Validator.validateXActRelationshipDocument(XActRelationshipDocument xActRelationshipDocument, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateXActRelationshipDocumentObject(XActRelationshipDocument xActRelationshipDocumentObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)