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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as ParticipationInformationRecipient
static ParticipationInformationRecipient ParticipationInformationRecipient.IRCP_LITERAL
          The 'IRCP' literal object.
static ParticipationInformationRecipient ParticipationInformationRecipient.NOT_LITERAL
          The 'NOT' literal object.
static ParticipationInformationRecipient ParticipationInformationRecipient.PRCP_LITERAL
          The 'PRCP' literal object.
static ParticipationInformationRecipient ParticipationInformationRecipient.REFB_LITERAL
          The 'REFB' literal object.
static ParticipationInformationRecipient ParticipationInformationRecipient.REFT_LITERAL
          The 'REFT' literal object.
static ParticipationInformationRecipient ParticipationInformationRecipient.TRC_LITERAL
          The 'TRC' literal object.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return ParticipationInformationRecipient
static ParticipationInformationRecipient ParticipationInformationRecipient.get(int value)
          Returns the 'Participation Information Recipient' literal with the specified integer value.
static ParticipationInformationRecipient ParticipationInformationRecipient.get(java.lang.String literal)
          Returns the 'Participation Information Recipient' literal with the specified literal value.
static ParticipationInformationRecipient ParticipationInformationRecipient.getByName(java.lang.String name)
          Returns the 'Participation Information Recipient' literal with the specified name.
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return ParticipationInformationRecipient
 ParticipationInformationRecipient CDAR2FactoryImpl.createParticipationInformationRecipientFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ParticipationInformationRecipient CDAR2FactoryImpl.createParticipationInformationRecipientObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type ParticipationInformationRecipient
 boolean CDAR2Validator.validateParticipationInformationRecipient(ParticipationInformationRecipient participationInformationRecipient, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateParticipationInformationRecipientObject(ParticipationInformationRecipient participationInformationRecipientObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)