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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as ParticipationVerifier
static ParticipationVerifier ParticipationVerifier.AUTHEN_LITERAL
          The 'AUTHEN' literal object.
static ParticipationVerifier ParticipationVerifier.LA_LITERAL
          The 'LA' literal object.
static ParticipationVerifier ParticipationVerifier.VRF_LITERAL
          The 'VRF' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type ParticipationVerifier
 boolean CDAR2Validator.validateParticipationVerifier(ParticipationVerifier participationVerifier, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateParticipationVerifierObject(ParticipationVerifier participationVerifierObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)