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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as EntityClassLivingSubjectMember1
static EntityClassLivingSubjectMember1 EntityClassLivingSubjectMember1.LIV_LITERAL
          The 'LIV' literal object.
static EntityClassLivingSubjectMember1 EntityClassLivingSubjectMember1.PSN_LITERAL
          The 'PSN' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type EntityClassLivingSubjectMember1
 boolean CDAR2Validator.validateEntityClassLivingSubjectMember1(EntityClassLivingSubjectMember1 entityClassLivingSubjectMember1, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateEntityClassLivingSubjectMember1Object(EntityClassLivingSubjectMember1 entityClassLivingSubjectMember1Object, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)