public class StartTimeQueryParse extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.Date[] |
dates |
java.text.DateFormat[] |
dateTimeFormats |
boolean[] |
justDateNoTime |
Constructor and Description |
---|
StartTimeQueryParse(java.lang.String startTimeQuery) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCompleteText() |
int |
getNumItems() |
java.lang.String |
getOperator() |
boolean |
isRange() |
boolean |
isValid() |
boolean |
passesFilter(java.util.Date inputDate)
Returns true if input date passes the filter for this StartTimeQueryParse
|
public java.util.Date[] dates
public boolean[] justDateNoTime
public java.text.DateFormat[] dateTimeFormats
public StartTimeQueryParse(java.lang.String startTimeQuery)
public java.lang.String getCompleteText()
public boolean isValid()
public boolean isRange()
public java.lang.String getOperator()
public int getNumItems()
public boolean passesFilter(java.util.Date inputDate)
inputDate
-