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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as ActClassExtract
static ActClassExtract ActClassExtract.EHR_LITERAL
          The 'EHR' literal object.
static ActClassExtract ActClassExtract.EXTRACT_LITERAL
          The 'EXTRACT' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type ActClassExtract
 boolean CDAR2Validator.validateActClassExtract(ActClassExtract actClassExtract, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateActClassExtractObject(ActClassExtract actClassExtractObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)