Package com.helger.datetime.domain
Interface IHasStartAndEnd<DATATYPE>
-
- Type Parameters:
DATATYPE- Date and time type
- All Known Subinterfaces:
ILocalDatePeriod,ILocalDateTimePeriod
- All Known Implementing Classes:
LocalDatePeriod,LocalDateTimePeriod
public interface IHasStartAndEnd<DATATYPE>Base interface for an object that has a start and an end.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DATATYPEgetEnd()DATATYPEgetStart()default booleanhasEnd()default booleanhasStart()
-