Uses of Class
org.openl.rules.enumeration.RecalculateEnum
-
Packages that use RecalculateEnum Package Description org.openl.rules.enumeration org.openl.rules.table.properties -
-
Uses of RecalculateEnum in org.openl.rules.enumeration
Methods in org.openl.rules.enumeration that return RecalculateEnum Modifier and Type Method Description static RecalculateEnumRecalculateEnum. fromString(String displayName)static RecalculateEnumRecalculateEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static RecalculateEnum[]RecalculateEnum. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RecalculateEnum in org.openl.rules.table.properties
Methods in org.openl.rules.table.properties that return RecalculateEnum Modifier and Type Method Description RecalculateEnumITableProperties. getRecalculate()RecalculateEnumTableProperties. getRecalculate()Methods in org.openl.rules.table.properties with parameters of type RecalculateEnum Modifier and Type Method Description voidITableProperties. setRecalculate(RecalculateEnum recalculate)voidTableProperties. setRecalculate(RecalculateEnum recalculate)
-