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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as RoleClassLocatedEntity
static RoleClassLocatedEntity RoleClassLocatedEntity.LOCE_LITERAL
          The 'LOCE' literal object.
static RoleClassLocatedEntity RoleClassLocatedEntity.STOR_LITERAL
          The 'STOR' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type RoleClassLocatedEntity
 boolean CDAR2Validator.validateRoleClassLocatedEntity(RoleClassLocatedEntity roleClassLocatedEntity, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateRoleClassLocatedEntityObject(RoleClassLocatedEntity roleClassLocatedEntityObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)