DynamicFilterType

Inheritance: java.lang.Object

public final class DynamicFilterType

Dynamic filter type.

Fields

FieldDescription
ABOVE_AVERAGEShows values that are above average.
APRILShows the dates that are in April, regardless of year.
AUGUSTShows the dates that are in August, regardless of year.
BELOW_AVERAGEShows values that are below average.
DECEMBERShows the dates that are in December, regardless of year.
FEBRUARYShows the dates that are in February, regardless of year.
JANUARYShows the dates that are in January, regardless of year.
JULYShows the dates that are in July, regardless of year.
JUNEShows the dates that are in June, regardless of year.
LAST_MONTHShows last month’s dates.
LAST_QUARTERShows last quarter’s dates.
LAST_WEEKShows last week’s dates.
LAST_YEARShows last year’s dates.
MARCHShows the dates that are in March, regardless of year.
MAYShows the dates that are in May, regardless of year.
NEXT_MONTHShows next month’s dates.
NEXT_QUARTERShows next quarter’s dates.
NEXT_WEEKShows next week’s dates.
NEXT_YEARShows next year’s dates.
NONENone.
NOVEMBERShows the dates that are in November, regardless of year.
OCTOBERShows the dates that are in October, regardless of year.
QUARTER_1Shows the dates that are in the 1st quarter, regardless of year.
QUARTER_2Shows the dates that are in the 2nd quarter, regardless of year.
QUARTER_3Shows the dates that are in the 3rd quarter, regardless of year.
QUARTER_4Shows the dates that are in the 4th quarter, regardless of year.
SEPTEMBERShows the dates that are in September, regardless of year.
THIS_MONTHShows this month’s dates.
THIS_QUARTERShows this quarter’s dates.
THIS_WEEKShows this week’s dates.
THIS_YEARShows this year’s dates.
TODAYShows today’s dates.
TOMORROWShows tomorrow’s dates.
YEAR_TO_DATEShows the dates between the beginning of the year and today, inclusive.
YESTERDAYShows yesterday’s dates.

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

ABOVE_AVERAGE

public static final int ABOVE_AVERAGE

Shows values that are above average.

APRIL

public static final int APRIL

Shows the dates that are in April, regardless of year.

AUGUST

public static final int AUGUST

Shows the dates that are in August, regardless of year.

BELOW_AVERAGE

public static final int BELOW_AVERAGE

Shows values that are below average.

DECEMBER

public static final int DECEMBER

Shows the dates that are in December, regardless of year.

FEBRUARY

public static final int FEBRUARY

Shows the dates that are in February, regardless of year.

JANUARY

public static final int JANUARY

Shows the dates that are in January, regardless of year.

JULY

public static final int JULY

Shows the dates that are in July, regardless of year.

JUNE

public static final int JUNE

Shows the dates that are in June, regardless of year.

LAST_MONTH

public static final int LAST_MONTH

Shows last month’s dates.

LAST_QUARTER

public static final int LAST_QUARTER

Shows last quarter’s dates.

LAST_WEEK

public static final int LAST_WEEK

Shows last week’s dates.

LAST_YEAR

public static final int LAST_YEAR

Shows last year’s dates.

MARCH

public static final int MARCH

Shows the dates that are in March, regardless of year.

MAY

public static final int MAY

Shows the dates that are in May, regardless of year.

NEXT_MONTH

public static final int NEXT_MONTH

Shows next month’s dates.

NEXT_QUARTER

public static final int NEXT_QUARTER

Shows next quarter’s dates.

NEXT_WEEK

public static final int NEXT_WEEK

Shows next week’s dates.

NEXT_YEAR

public static final int NEXT_YEAR

Shows next year’s dates.

NONE

public static final int NONE

None.

NOVEMBER

public static final int NOVEMBER

Shows the dates that are in November, regardless of year.

OCTOBER

public static final int OCTOBER

Shows the dates that are in October, regardless of year.

QUARTER_1

public static final int QUARTER_1

Shows the dates that are in the 1st quarter, regardless of year.

QUARTER_2

public static final int QUARTER_2

Shows the dates that are in the 2nd quarter, regardless of year.

QUARTER_3

public static final int QUARTER_3

Shows the dates that are in the 3rd quarter, regardless of year.

QUARTER_4

public static final int QUARTER_4

Shows the dates that are in the 4th quarter, regardless of year.

SEPTEMBER

public static final int SEPTEMBER

Shows the dates that are in September, regardless of year.

THIS_MONTH

public static final int THIS_MONTH

Shows this month’s dates.

THIS_QUARTER

public static final int THIS_QUARTER

Shows this quarter’s dates.

THIS_WEEK

public static final int THIS_WEEK

Shows this week’s dates.

THIS_YEAR

public static final int THIS_YEAR

Shows this year’s dates.

TODAY

public static final int TODAY

Shows today’s dates.

TOMORROW

public static final int TOMORROW

Shows tomorrow’s dates.

YEAR_TO_DATE

public static final int YEAR_TO_DATE

Shows the dates between the beginning of the year and today, inclusive.

YESTERDAY

public static final int YESTERDAY

Shows yesterday’s dates.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int