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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as RoleClassInactiveIngredient
static RoleClassInactiveIngredient RoleClassInactiveIngredient.COLR_LITERAL
          The 'COLR' literal object.
static RoleClassInactiveIngredient RoleClassInactiveIngredient.FLVR_LITERAL
          The 'FLVR' literal object.
static RoleClassInactiveIngredient RoleClassInactiveIngredient.IACT_LITERAL
          The 'IACT' literal object.
static RoleClassInactiveIngredient RoleClassInactiveIngredient.PRSV_LITERAL
          The 'PRSV' literal object.
static RoleClassInactiveIngredient RoleClassInactiveIngredient.STBL_LITERAL
          The 'STBL' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type RoleClassInactiveIngredient
 boolean CDAR2Validator.validateRoleClassInactiveIngredient(RoleClassInactiveIngredient roleClassInactiveIngredient, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateRoleClassInactiveIngredientObject(RoleClassInactiveIngredient roleClassInactiveIngredientObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)