| Package | Description |
|---|---|
| org.openl.rules.context | |
| org.openl.rules.enumeration | |
| org.openl.rules.table.properties |
| Modifier and Type | Method and Description |
|---|---|
CurrenciesEnum |
DefaultRulesRuntimeContext.getCurrency() |
CurrenciesEnum |
IRulesRuntimeContext.getCurrency() |
CurrenciesEnum |
RulesRuntimeContextDelegator.getCurrency() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRulesRuntimeContext.setCurrency(CurrenciesEnum currency) |
void |
IRulesRuntimeContext.setCurrency(CurrenciesEnum currency) |
| Modifier and Type | Method and Description |
|---|---|
static CurrenciesEnum |
CurrenciesEnum.fromString(String displayName) |
static CurrenciesEnum |
CurrenciesEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CurrenciesEnum[] |
CurrenciesEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CurrenciesEnum[] |
ITableProperties.getCurrency() |
CurrenciesEnum[] |
TableProperties.getCurrency() |
| Modifier and Type | Method and Description |
|---|---|
void |
ITableProperties.setCurrency(CurrenciesEnum... currency) |
void |
TableProperties.setCurrency(CurrenciesEnum... currency) |
Copyright © 2004–2019 OpenL Tablets. All rights reserved.