Interface DateRangeField<F extends DateRangeField<F>>

All Superinterfaces:
Comparable<F>, Component<F>, Copyable<F>, DateField<F>, Field<F>, FormComponent<F>, Serializable
All Known Implementing Classes:
DefaultDateRangeField

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