public enum SearchableFields extends Enum<SearchableFields>
| Enum Constant and Description |
|---|
ATTACHMENT_NAME |
COMMENT_AUTHOR |
COMMENT_TEXT |
POST_AUTHOR |
POST_TEXT |
POST_VRE_ID |
PREVIEW_DESCRIPTION |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static SearchableFields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchableFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchableFields POST_TEXT
public static final SearchableFields COMMENT_TEXT
public static final SearchableFields PREVIEW_DESCRIPTION
public static final SearchableFields POST_AUTHOR
public static final SearchableFields POST_VRE_ID
public static final SearchableFields COMMENT_AUTHOR
public static final SearchableFields ATTACHMENT_NAME
public static SearchableFields[] values()
for (SearchableFields c : SearchableFields.values()) System.out.println(c);
public static SearchableFields 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 nullpublic String toString()
toString in class Enum<SearchableFields>Copyright © 2017. All Rights Reserved.