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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as RoleClassIsSpeciesEntity
static RoleClassIsSpeciesEntity RoleClassIsSpeciesEntity.GEN_LITERAL
          The 'GEN' literal object.
static RoleClassIsSpeciesEntity RoleClassIsSpeciesEntity.GRIC_LITERAL
          The 'GRIC' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type RoleClassIsSpeciesEntity
 boolean CDAR2Validator.validateRoleClassIsSpeciesEntity(RoleClassIsSpeciesEntity roleClassIsSpeciesEntity, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateRoleClassIsSpeciesEntityObject(RoleClassIsSpeciesEntity roleClassIsSpeciesEntityObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)