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()Deprecated.ARangeParser.ParseStruct.BoundTypeDoubleRange. getLowerBoundType()Deprecated.ARangeParser.ParseStruct.BoundTypeStringRange. getLowerBoundType()ARangeParser.ParseStruct.BoundTypeDateRange. getUpperBoundType()Deprecated.ARangeParser.ParseStruct.BoundTypeDoubleRange. getUpperBoundType()Deprecated.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.Methods in org.openl.rules.helpers with parameters of type ARangeParser.ParseStruct.BoundType Modifier and Type Method Description voidDoubleRange. setLowerBoundType(ARangeParser.ParseStruct.BoundType lowerBoundType)Deprecated.voidDoubleRange. setUpperBoundType(ARangeParser.ParseStruct.BoundType upperBoundType)Deprecated.Constructors in org.openl.rules.helpers with parameters of type ARangeParser.ParseStruct.BoundType Constructor Description DoubleRange(double lowerBound, double upperBound, ARangeParser.ParseStruct.BoundType lowerBoundType, ARangeParser.ParseStruct.BoundType upperBoundType)
-