public static enum QueryCriteria.DATE_RANGE_SELECTED extends Enum<QueryCriteria.DATE_RANGE_SELECTED>
| Enum Constant and Description |
|---|
CREATED
The CREATED.
|
END_PUBLICATION
The EN d_ publication.
|
MODIFIDED
The MODIFIDED.
|
START_PUBLICATION
The STAR t_ publication.
|
| Modifier and Type | Method and Description |
|---|---|
static QueryCriteria.DATE_RANGE_SELECTED |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryCriteria.DATE_RANGE_SELECTED[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryCriteria.DATE_RANGE_SELECTED CREATED
public static final QueryCriteria.DATE_RANGE_SELECTED MODIFIDED
public static final QueryCriteria.DATE_RANGE_SELECTED START_PUBLICATION
public static final QueryCriteria.DATE_RANGE_SELECTED END_PUBLICATION
public static QueryCriteria.DATE_RANGE_SELECTED[] values()
for (QueryCriteria.DATE_RANGE_SELECTED c : QueryCriteria.DATE_RANGE_SELECTED.values()) System.out.println(c);
public static QueryCriteria.DATE_RANGE_SELECTED 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 © 2003–2019 eXo Platform SAS. All rights reserved.