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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as XInformationRecipient
static XInformationRecipient XInformationRecipient.PRCP_LITERAL
          The 'PRCP' literal object.
static XInformationRecipient XInformationRecipient.TRC_LITERAL
          The 'TRC' literal object.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return XInformationRecipient
static XInformationRecipient XInformationRecipient.get(int value)
          Returns the 'XInformation Recipient' literal with the specified integer value.
static XInformationRecipient XInformationRecipient.get(java.lang.String literal)
          Returns the 'XInformation Recipient' literal with the specified literal value.
static XInformationRecipient XInformationRecipient.getByName(java.lang.String name)
          Returns the 'XInformation Recipient' literal with the specified name.
 XInformationRecipient POCDMT000040InformationRecipient.getTypeCode()
          Returns the value of the 'Type Code' attribute.
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return XInformationRecipient
 XInformationRecipient CDAR2FactoryImpl.createXInformationRecipientFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 XInformationRecipient CDAR2FactoryImpl.createXInformationRecipientObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 XInformationRecipient POCDMT000040InformationRecipientImpl.getTypeCode()
           
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type XInformationRecipient
 boolean CDAR2Validator.validateXInformationRecipient(XInformationRecipient xInformationRecipient, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateXInformationRecipientObject(XInformationRecipient xInformationRecipientObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)