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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as RoleClassInvestigationSubject
static RoleClassInvestigationSubject RoleClassInvestigationSubject.CASESBJ_LITERAL
          The 'CASESBJ' literal object.
static RoleClassInvestigationSubject RoleClassInvestigationSubject.INVSBJ_LITERAL
          The 'INVSBJ' literal object.
static RoleClassInvestigationSubject RoleClassInvestigationSubject.RESBJ_LITERAL
          The 'RESBJ' literal object.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return RoleClassInvestigationSubject
static RoleClassInvestigationSubject RoleClassInvestigationSubject.get(int value)
          Returns the 'Role Class Investigation Subject' literal with the specified integer value.
static RoleClassInvestigationSubject RoleClassInvestigationSubject.get(java.lang.String literal)
          Returns the 'Role Class Investigation Subject' literal with the specified literal value.
static RoleClassInvestigationSubject RoleClassInvestigationSubject.getByName(java.lang.String name)
          Returns the 'Role Class Investigation Subject' literal with the specified name.
 

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type RoleClassInvestigationSubject
 boolean CDAR2Validator.validateRoleClassInvestigationSubject(RoleClassInvestigationSubject roleClassInvestigationSubject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateRoleClassInvestigationSubjectObject(RoleClassInvestigationSubject roleClassInvestigationSubjectObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)