public interface TimeRange
ComplexStructureReferenceBean
Modifier and Type | Method and Description |
---|---|
SdmxDate |
getEndDate()
Returns the End Date - if range is true, or the After date if range is false
|
SdmxDate |
getStartDate()
Returns the Start Date - if range is true, or the Before date if range is false
|
boolean |
isEndInclusive()
Returns true if the end date is included in the range
|
boolean |
isRange()
If true then start date and end date both have a value, and the range is between the start and end dates.
|
boolean |
isStartInclusive()
Returns true if the start date is included in the range
|
boolean isRange()
SdmxDate getStartDate()
SdmxDate getEndDate()
boolean isStartInclusive()
boolean isEndInclusive()