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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as ActClassFinancialContract
static ActClassFinancialContract ActClassFinancialContract.COV_LITERAL
          The 'COV' literal object.
static ActClassFinancialContract ActClassFinancialContract.FCNTRCT_LITERAL
          The 'FCNTRCT' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type ActClassFinancialContract
 boolean CDAR2Validator.validateActClassFinancialContract(ActClassFinancialContract actClassFinancialContract, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateActClassFinancialContractObject(ActClassFinancialContract actClassFinancialContractObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)