DateFilterValue

public class DateFilterValue extends FilterValue

Represents Date values used for filtering data in MDS Data Browser. Provides proper value, param and operator for value.

Fields

DATE_FILTER_VALUES

public static final List<String> DATE_FILTER_VALUES

Constructors

DateFilterValue

public DateFilterValue(String value)

Methods

operatorForQueryFilter

public List<String> operatorForQueryFilter()

paramTypeForQuery

public String paramTypeForQuery()

valueForQuery

public Object valueForQuery()