public static enum SearchCriteria.DateValue.Type extends Enum<SearchCriteria.DateValue.Type>
| Enum Constant and Description |
|---|
ANYTIME |
LAST_MONTH |
LAST_SIX_MONTHS |
LAST_THREE_MONTHS |
LAST_WEEK |
RANGE |
TODAY |
| Modifier and Type | Method and Description |
|---|---|
static SearchCriteria.DateValue.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchCriteria.DateValue.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchCriteria.DateValue.Type ANYTIME
public static final SearchCriteria.DateValue.Type LAST_MONTH
public static final SearchCriteria.DateValue.Type LAST_SIX_MONTHS
public static final SearchCriteria.DateValue.Type LAST_THREE_MONTHS
public static final SearchCriteria.DateValue.Type LAST_WEEK
public static final SearchCriteria.DateValue.Type RANGE
public static final SearchCriteria.DateValue.Type TODAY
public static SearchCriteria.DateValue.Type[] values()
for (SearchCriteria.DateValue.Type c : SearchCriteria.DateValue.Type.values()) System.out.println(c);
public static SearchCriteria.DateValue.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.