Uses of Class
org.openl.rules.enumeration.RegionsEnum
-
Packages that use RegionsEnum Package Description org.openl.rules.context org.openl.rules.enumeration org.openl.rules.table.properties -
-
Uses of RegionsEnum in org.openl.rules.context
Methods in org.openl.rules.context that return RegionsEnum Modifier and Type Method Description RegionsEnumDefaultRulesRuntimeContext. getRegion()RegionsEnumIRulesRuntimeContext. getRegion()Methods in org.openl.rules.context with parameters of type RegionsEnum Modifier and Type Method Description voidDefaultRulesRuntimeContext. setRegion(RegionsEnum region)voidIRulesRuntimeContext. setRegion(RegionsEnum region) -
Uses of RegionsEnum in org.openl.rules.enumeration
Methods in org.openl.rules.enumeration that return RegionsEnum Modifier and Type Method Description static RegionsEnumRegionsEnum. fromString(String displayName)static RegionsEnumRegionsEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static RegionsEnum[]RegionsEnum. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RegionsEnum in org.openl.rules.table.properties
Methods in org.openl.rules.table.properties that return RegionsEnum Modifier and Type Method Description RegionsEnum[]ITableProperties. getRegion()RegionsEnum[]TableProperties. getRegion()Methods in org.openl.rules.table.properties with parameters of type RegionsEnum Modifier and Type Method Description voidITableProperties. setRegion(RegionsEnum... region)voidTableProperties. setRegion(RegionsEnum... region)
-