Uses of Class
org.openl.rules.enumeration.CurrenciesEnum
-
Packages that use CurrenciesEnum Package Description org.openl.rules.context org.openl.rules.enumeration org.openl.rules.table.properties -
-
Uses of CurrenciesEnum in org.openl.rules.context
Methods in org.openl.rules.context that return CurrenciesEnum Modifier and Type Method Description CurrenciesEnumDefaultRulesRuntimeContext. getCurrency()CurrenciesEnumIRulesRuntimeContext. getCurrency()Methods in org.openl.rules.context with parameters of type CurrenciesEnum Modifier and Type Method Description voidDefaultRulesRuntimeContext. setCurrency(CurrenciesEnum currency)voidIRulesRuntimeContext. setCurrency(CurrenciesEnum currency) -
Uses of CurrenciesEnum in org.openl.rules.enumeration
Methods in org.openl.rules.enumeration that return CurrenciesEnum Modifier and Type Method Description static CurrenciesEnumCurrenciesEnum. fromString(String displayName)static CurrenciesEnumCurrenciesEnum. 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. -
Uses of CurrenciesEnum in org.openl.rules.table.properties
Methods in org.openl.rules.table.properties that return CurrenciesEnum Modifier and Type Method Description CurrenciesEnum[]ITableProperties. getCurrency()CurrenciesEnum[]TableProperties. getCurrency()Methods in org.openl.rules.table.properties with parameters of type CurrenciesEnum Modifier and Type Method Description voidITableProperties. setCurrency(CurrenciesEnum... currency)voidTableProperties. setCurrency(CurrenciesEnum... currency)
-