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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as XParticipationEntVrf
static XParticipationEntVrf XParticipationEntVrf.ENT_LITERAL
          The 'ENT' literal object.
static XParticipationEntVrf XParticipationEntVrf.VRF_LITERAL
          The 'VRF' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type XParticipationEntVrf
 boolean CDAR2Validator.validateXParticipationEntVrf(XParticipationEntVrf xParticipationEntVrf, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateXParticipationEntVrfObject(XParticipationEntVrf xParticipationEntVrfObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)