Uses of Class
org.openl.rules.helpers.DateRange
-
Packages that use DateRange Package Description org.openl.rules.dt.type org.openl.rules.helpers -
-
Uses of DateRange in org.openl.rules.dt.type
Methods in org.openl.rules.dt.type that return types with arguments of type DateRange Modifier and Type Method Description static IRangeAdaptor<DateRange,Long>DateRangeAdaptor. getInstance()Methods in org.openl.rules.dt.type with parameters of type DateRange Modifier and Type Method Description LongDateRangeAdaptor. getMax(DateRange range)LongDateRangeAdaptor. getMin(DateRange range) -
Uses of DateRange in org.openl.rules.helpers
Methods in org.openl.rules.helpers that return DateRange Modifier and Type Method Description static DateRangeDateRange. autocast(long x, DateRange y)static DateRangeDateRange. autocast(Calendar x, DateRange y)static DateRangeDateRange. autocast(Date x, DateRange y)Methods in org.openl.rules.helpers with parameters of type DateRange Modifier and Type Method Description static DateRangeDateRange. autocast(long x, DateRange y)static DateRangeDateRange. autocast(Calendar x, DateRange y)static DateRangeDateRange. autocast(Date x, DateRange y)static booleanRulesUtils. contains(DateRange[] array, Date elem)static booleanRulesUtils. contains(DateRange[] ary1, Date[] ary2)static booleanRulesUtils. contains(DateRange range, Date x)static intDateRange. distance(long x, DateRange y)static intDateRange. distance(Calendar x, DateRange y)static intDateRange. distance(Date x, DateRange y)
-