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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as RoleClassContact
static RoleClassContact RoleClassContact.CON_LITERAL
          The 'CON' literal object.
static RoleClassContact RoleClassContact.ECON_LITERAL
          The 'ECON' literal object.
static RoleClassContact RoleClassContact.NOK_LITERAL
          The 'NOK' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type RoleClassContact
 boolean CDAR2Validator.validateRoleClassContact(RoleClassContact roleClassContact, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateRoleClassContactObject(RoleClassContact roleClassContactObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)