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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as ParticipationTypeMember16
static ParticipationTypeMember16 ParticipationTypeMember16.CST_LITERAL
          The 'CST' literal object.
static ParticipationTypeMember16 ParticipationTypeMember16.RESP_LITERAL
          The 'RESP' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type ParticipationTypeMember16
 boolean CDAR2Validator.validateParticipationTypeMember16(ParticipationTypeMember16 participationTypeMember16, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateParticipationTypeMember16Object(ParticipationTypeMember16 participationTypeMember16Object, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)