Uses of Class
org.openl.rules.enumeration.CaRegionsEnum
-
Packages that use CaRegionsEnum Package Description org.openl.rules.context org.openl.rules.enumeration org.openl.rules.table.properties -
-
Uses of CaRegionsEnum in org.openl.rules.context
Methods in org.openl.rules.context that return CaRegionsEnum Modifier and Type Method Description CaRegionsEnumDefaultRulesRuntimeContext. getCaRegion()CaRegionsEnumIRulesRuntimeContext. getCaRegion()Methods in org.openl.rules.context with parameters of type CaRegionsEnum Modifier and Type Method Description voidDefaultRulesRuntimeContext. setCaRegion(CaRegionsEnum caRegion)voidIRulesRuntimeContext. setCaRegion(CaRegionsEnum caRegion) -
Uses of CaRegionsEnum in org.openl.rules.enumeration
Methods in org.openl.rules.enumeration that return CaRegionsEnum Modifier and Type Method Description static CaRegionsEnumCaRegionsEnum. fromString(String displayName)static CaRegionsEnumCaRegionsEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CaRegionsEnum[]CaRegionsEnum. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CaRegionsEnum in org.openl.rules.table.properties
Methods in org.openl.rules.table.properties that return CaRegionsEnum Modifier and Type Method Description CaRegionsEnum[]ITableProperties. getCaRegions()CaRegionsEnum[]TableProperties. getCaRegions()Methods in org.openl.rules.table.properties with parameters of type CaRegionsEnum Modifier and Type Method Description voidITableProperties. setCaRegions(CaRegionsEnum... caRegions)voidTableProperties. setCaRegions(CaRegionsEnum... caRegions)
-