Uses of Class
org.openl.rules.range.Range.Bound
-
Packages that use Range.Bound Package Description org.openl.rules.range -
-
Uses of Range.Bound in org.openl.rules.range
Fields in org.openl.rules.range declared as Range.Bound Modifier and Type Field Description Range.BoundRange.Type. leftRange.BoundRange.Type. rightMethods in org.openl.rules.range that return Range.Bound Modifier and Type Method Description static Range.BoundRange.Bound. valueOf(String name)Returns the enum constant of this type with the specified name.static Range.Bound[]Range.Bound. values()Returns an array containing the constants of this enum type, in the order they are declared.
-