public interface DateRangeExpression
Interface for utility class which allows to deal with date range as with string expression.
It is separated from DateRange
in order to decouple date range by itself
which is necessary for query execution only and it's string representation which is necessary for
UI presentation of date range.
Modifier and Type | Method and Description |
---|---|
String |
getExpression()
Returns string which represents date range expression.
|
String getExpression()
Copyright © 2016. All rights reserved.