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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as RoleClassDistributedMaterial
static RoleClassDistributedMaterial RoleClassDistributedMaterial.DST_LITERAL
          The 'DST' literal object.
static RoleClassDistributedMaterial RoleClassDistributedMaterial.RET_LITERAL
          The 'RET' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type RoleClassDistributedMaterial
 boolean CDAR2Validator.validateRoleClassDistributedMaterial(RoleClassDistributedMaterial roleClassDistributedMaterial, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateRoleClassDistributedMaterialObject(RoleClassDistributedMaterial roleClassDistributedMaterialObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)