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