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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as XParticipationAuthorPerformer
static XParticipationAuthorPerformer XParticipationAuthorPerformer.AUT_LITERAL
          The 'AUT' literal object.
static XParticipationAuthorPerformer XParticipationAuthorPerformer.PRF_LITERAL
          The 'PRF' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type XParticipationAuthorPerformer
 boolean CDAR2Validator.validateXParticipationAuthorPerformer(XParticipationAuthorPerformer xParticipationAuthorPerformer, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateXParticipationAuthorPerformerObject(XParticipationAuthorPerformer xParticipationAuthorPerformerObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)