Uses of Class
org.openl.rules.range.Range.Type
-
Packages that use Range.Type Package Description org.openl.rules.helpers org.openl.rules.range -
-
Uses of Range.Type in org.openl.rules.helpers
Fields in org.openl.rules.helpers declared as Range.Type Modifier and Type Field Description protected Range.TypeCharRange. typeprotected Range.TypeIntRange. typeMethods in org.openl.rules.helpers that return Range.Type Modifier and Type Method Description Range.TypeCharRange. getType()Range.TypeDateRange. getType()Range.TypeDoubleRange. getType()Range.TypeIntRange. getType()Range.TypeStringRange. getType() -
Uses of Range.Type in org.openl.rules.range
Methods in org.openl.rules.range that return Range.Type Modifier and Type Method Description protected abstract Range.TypeRange. getType()Range.TypeRangeParser. getType()static Range.TypeRange.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Range.Type[]Range.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-