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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as XActRelationshipExternalReference
static XActRelationshipExternalReference XActRelationshipExternalReference.ELNK_LITERAL
          The 'ELNK' literal object.
static XActRelationshipExternalReference XActRelationshipExternalReference.REFR_LITERAL
          The 'REFR' literal object.
static XActRelationshipExternalReference XActRelationshipExternalReference.RPLC_LITERAL
          The 'RPLC' literal object.
static XActRelationshipExternalReference XActRelationshipExternalReference.SPRT_LITERAL
          The 'SPRT' literal object.
static XActRelationshipExternalReference XActRelationshipExternalReference.SUBJ_LITERAL
          The 'SUBJ' literal object.
static XActRelationshipExternalReference XActRelationshipExternalReference.XCRPT_LITERAL
          The 'XCRPT' literal object.
 

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return XActRelationshipExternalReference
 XActRelationshipExternalReference CDAR2FactoryImpl.createXActRelationshipExternalReferenceFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 XActRelationshipExternalReference CDAR2FactoryImpl.createXActRelationshipExternalReferenceObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 XActRelationshipExternalReference POCDMT000040ReferenceImpl.getTypeCode()
           
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type XActRelationshipExternalReference
 boolean CDAR2Validator.validateXActRelationshipExternalReference(XActRelationshipExternalReference xActRelationshipExternalReference, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateXActRelationshipExternalReferenceObject(XActRelationshipExternalReference xActRelationshipExternalReferenceObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)