Uses of Class
org.openl.rules.enumeration.UsRegionsEnum
-
Packages that use UsRegionsEnum Package Description org.openl.rules.context org.openl.rules.enumeration org.openl.rules.table.properties -
-
Uses of UsRegionsEnum in org.openl.rules.context
Methods in org.openl.rules.context that return UsRegionsEnum Modifier and Type Method Description UsRegionsEnumDefaultRulesRuntimeContext. getUsRegion()UsRegionsEnumIRulesRuntimeContext. getUsRegion()Methods in org.openl.rules.context with parameters of type UsRegionsEnum Modifier and Type Method Description voidDefaultRulesRuntimeContext. setUsRegion(UsRegionsEnum usRegion)voidIRulesRuntimeContext. setUsRegion(UsRegionsEnum usRegion) -
Uses of UsRegionsEnum in org.openl.rules.enumeration
Methods in org.openl.rules.enumeration that return UsRegionsEnum Modifier and Type Method Description static UsRegionsEnumUsRegionsEnum. fromString(String displayName)static UsRegionsEnumUsRegionsEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static UsRegionsEnum[]UsRegionsEnum. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of UsRegionsEnum in org.openl.rules.table.properties
Methods in org.openl.rules.table.properties that return UsRegionsEnum Modifier and Type Method Description UsRegionsEnum[]ITableProperties. getUsregion()UsRegionsEnum[]TableProperties. getUsregion()Methods in org.openl.rules.table.properties with parameters of type UsRegionsEnum Modifier and Type Method Description voidITableProperties. setUsregion(UsRegionsEnum... usregion)voidTableProperties. setUsregion(UsRegionsEnum... usregion)
-