@JsonObject(value="MatchClauseTimeAttribute") public static enum SearchCriteria.MatchClauseTimeAttribute extends java.lang.Enum<SearchCriteria.MatchClauseTimeAttribute>
Enum Constant and Description |
---|
MODIFICATION_DATE |
REGISTRATION_DATE |
Modifier and Type | Method and Description |
---|---|
static SearchCriteria.MatchClauseTimeAttribute |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SearchCriteria.MatchClauseTimeAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchCriteria.MatchClauseTimeAttribute REGISTRATION_DATE
public static final SearchCriteria.MatchClauseTimeAttribute MODIFICATION_DATE
public static SearchCriteria.MatchClauseTimeAttribute[] values()
for (SearchCriteria.MatchClauseTimeAttribute c : SearchCriteria.MatchClauseTimeAttribute.values()) System.out.println(c);
public static SearchCriteria.MatchClauseTimeAttribute valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null