Uses of Class
org.openl.rules.helpers.ARangeParser.ParseStruct.BoundType
-
Packages that use ARangeParser.ParseStruct.BoundType Package Description org.openl.rules.helpers -
-
Uses of ARangeParser.ParseStruct.BoundType in org.openl.rules.helpers
Methods in org.openl.rules.helpers that return ARangeParser.ParseStruct.BoundType Modifier and Type Method Description ARangeParser.ParseStruct.BoundTypeDateRange. getLowerBoundType()ARangeParser.ParseStruct.BoundTypeStringRange. getLowerBoundType()ARangeParser.ParseStruct.BoundTypeDateRange. getUpperBoundType()ARangeParser.ParseStruct.BoundTypeStringRange. getUpperBoundType()static ARangeParser.ParseStruct.BoundTypeARangeParser.ParseStruct.BoundType. valueOf(String name)Returns the enum constant of this type with the specified name.static ARangeParser.ParseStruct.BoundType[]ARangeParser.ParseStruct.BoundType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-