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