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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as Currency
static Currency Currency.ARS_LITERAL
          The 'ARS' literal object.
static Currency Currency.AUD_LITERAL
          The 'AUD' literal object.
static Currency Currency.BRL_LITERAL
          The 'BRL' literal object.
static Currency Currency.CAD_LITERAL
          The 'CAD' literal object.
static Currency Currency.CHF_LITERAL
          The 'CHF' literal object.
static Currency Currency.CLF_LITERAL
          The 'CLF' literal object.
static Currency Currency.CNY_LITERAL
          The 'CNY' literal object.
static Currency Currency.DEM_LITERAL
          The 'DEM' literal object.
static Currency Currency.ESP_LITERAL
          The 'ESP' literal object.
static Currency Currency.EUR_LITERAL
          The 'EUR' literal object.
static Currency Currency.FIM_LITERAL
          The 'FIM' literal object.
static Currency Currency.FRF_LITERAL
          The 'FRF' literal object.
static Currency Currency.GBP_LITERAL
          The 'GBP' literal object.
static Currency Currency.ILS_LITERAL
          The 'ILS' literal object.
static Currency Currency.INR_LITERAL
          The 'INR' literal object.
static Currency Currency.JPY_LITERAL
          The 'JPY' literal object.
static Currency Currency.KRW_LITERAL
          The 'KRW' literal object.
static Currency Currency.MXN_LITERAL
          The 'MXN' literal object.
static Currency Currency.NLG_LITERAL
          The 'NLG' literal object.
static Currency Currency.NZD_LITERAL
          The 'NZD' literal object.
static Currency Currency.PHP_LITERAL
          The 'PHP' literal object.
static Currency Currency.RUR_LITERAL
          The 'RUR' literal object.
static Currency Currency.THB_LITERAL
          The 'THB' literal object.
static Currency Currency.TRL_LITERAL
          The 'TRL' literal object.
static Currency Currency.TWD_LITERAL
          The 'TWD' literal object.
static Currency Currency.USD_LITERAL
          The 'USD' literal object.
static Currency Currency.ZAR_LITERAL
          The 'ZAR' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type Currency
 boolean CDAR2Validator.validateCurrency(Currency currency, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateCurrencyObject(Currency currencyObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)