public static enum SearchCriteria.SearchFields extends java.lang.Enum<SearchCriteria.SearchFields>
| Enum Constant and Description |
|---|
created_by |
description |
id |
name |
tag |
| Modifier and Type | Method and Description |
|---|---|
static SearchCriteria.SearchFields |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SearchCriteria.SearchFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchCriteria.SearchFields id
public static final SearchCriteria.SearchFields name
public static final SearchCriteria.SearchFields description
public static final SearchCriteria.SearchFields tag
public static final SearchCriteria.SearchFields created_by
public static SearchCriteria.SearchFields[] values()
for (SearchCriteria.SearchFields c : SearchCriteria.SearchFields.values()) System.out.println(c);
public static SearchCriteria.SearchFields 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