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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as LicensedEntityRole
static LicensedEntityRole LicensedEntityRole.LIC_LITERAL
          The 'LIC' literal object.
static LicensedEntityRole LicensedEntityRole.NOT_LITERAL
          The 'NOT' literal object.
static LicensedEntityRole LicensedEntityRole.PROV_LITERAL
          The 'PROV' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type LicensedEntityRole
 boolean CDAR2Validator.validateLicensedEntityRole(LicensedEntityRole licensedEntityRole, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateLicensedEntityRoleObject(LicensedEntityRole licensedEntityRoleObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)