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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as XRoleClassCoverage
static XRoleClassCoverage XRoleClassCoverage.COVPTY_LITERAL
          The 'COVPTY' literal object.
static XRoleClassCoverage XRoleClassCoverage.POLHOLD_LITERAL
          The 'POLHOLD' literal object.
static XRoleClassCoverage XRoleClassCoverage.SPNSR_LITERAL
          The 'SPNSR' literal object.
static XRoleClassCoverage XRoleClassCoverage.UNDWRT_LITERAL
          The 'UNDWRT' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type XRoleClassCoverage
 boolean CDAR2Validator.validateXRoleClassCoverage(XRoleClassCoverage xRoleClassCoverage, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateXRoleClassCoverageObject(XRoleClassCoverage xRoleClassCoverageObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)