Interface DateRangeColumn<C extends DateRangeColumn<C>>

All Superinterfaces:
Column<C>, Comparable<C>, Component<C>, Copyable<C>, CustomCssComponent<C>, DateColumn<C>, Serializable
All Known Implementing Classes:
DefaultDateRangeColumn

public interface DateRangeColumn<C extends DateRangeColumn<C>> extends DateColumn<C>
Represents the metadata for a ColumnTypes.DATE_RANGE column. This will take in start and end dates as attributes to render a range.
Since:
Metadata Service 2.0.8, Release Train 2.1.6
Author:
Susana Cruz (susanaccruz)