protected static enum Message.SearchAndBrowseTokens extends Enum<Message.SearchAndBrowseTokens>
| Enum Constant and Description |
|---|
Browse_by |
collectionID |
collectionName |
DISTINCT |
operator |
term |
value |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Message.SearchAndBrowseTokens |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Message.SearchAndBrowseTokens[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Message.SearchAndBrowseTokens collectionName
public static final Message.SearchAndBrowseTokens collectionID
public static final Message.SearchAndBrowseTokens term
public static final Message.SearchAndBrowseTokens value
public static final Message.SearchAndBrowseTokens DISTINCT
public static final Message.SearchAndBrowseTokens Browse_by
public static final Message.SearchAndBrowseTokens operator
public static Message.SearchAndBrowseTokens[] values()
for (Message.SearchAndBrowseTokens c : Message.SearchAndBrowseTokens.values()) System.out.println(c);
public static Message.SearchAndBrowseTokens 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<Message.SearchAndBrowseTokens>Copyright © 2014. All Rights Reserved.