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