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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as ParticipationTargetSubject
static ParticipationTargetSubject ParticipationTargetSubject.SBJ_LITERAL
          The 'SBJ' literal object.
static ParticipationTargetSubject ParticipationTargetSubject.SPC_LITERAL
          The 'SPC' literal object.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return ParticipationTargetSubject
static ParticipationTargetSubject ParticipationTargetSubject.get(int value)
          Returns the 'Participation Target Subject' literal with the specified integer value.
static ParticipationTargetSubject ParticipationTargetSubject.get(java.lang.String literal)
          Returns the 'Participation Target Subject' literal with the specified literal value.
static ParticipationTargetSubject ParticipationTargetSubject.getByName(java.lang.String name)
          Returns the 'Participation Target Subject' literal with the specified name.
 ParticipationTargetSubject POCDMT000040Subject.getTypeCode()
          Returns the value of the 'Type Code' attribute.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type ParticipationTargetSubject
 void POCDMT000040Subject.setTypeCode(ParticipationTargetSubject value)
          Sets the value of the 'Type Code' attribute.
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return ParticipationTargetSubject
 ParticipationTargetSubject CDAR2FactoryImpl.createParticipationTargetSubjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ParticipationTargetSubject CDAR2FactoryImpl.createParticipationTargetSubjectObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ParticipationTargetSubject POCDMT000040SubjectImpl.getTypeCode()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type ParticipationTargetSubject
 void POCDMT000040SubjectImpl.setTypeCode(ParticipationTargetSubject newTypeCode)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type ParticipationTargetSubject
 boolean CDAR2Validator.validateParticipationTargetSubject(ParticipationTargetSubject participationTargetSubject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateParticipationTargetSubjectObject(ParticipationTargetSubject participationTargetSubjectObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)