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