Package org.assertj.db.type
Interface DateValueContainer
- All Known Implementing Classes:
DateTimeValue
,DateValue
public interface DateValueContainer
This interface indicates container of
DateValue
.- Author:
- Régis Pouiller
-
Method Summary
-
Method Details
-
getDate
DateValue getDate()Returns the date.- Returns:
- The date.
-
isMidnight
boolean isMidnight()Returns if it is midnight.- Returns:
true
if it is midnight.
-