public static enum StoryReporterBuilder.Format extends Enum<StoryReporterBuilder.Format>
Enum Constant and Description |
---|
CONSOLE |
HTML |
IDE_CONSOLE |
STATS |
TXT |
XML |
Modifier and Type | Method and Description |
---|---|
static StoryReporterBuilder.Format |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StoryReporterBuilder.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StoryReporterBuilder.Format CONSOLE
public static final StoryReporterBuilder.Format IDE_CONSOLE
public static final StoryReporterBuilder.Format TXT
public static final StoryReporterBuilder.Format HTML
public static final StoryReporterBuilder.Format XML
public static final StoryReporterBuilder.Format STATS
public static StoryReporterBuilder.Format[] values()
for (StoryReporterBuilder.Format c : StoryReporterBuilder.Format.values()) System.out.println(c);
public static StoryReporterBuilder.Format 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 nullCopyright © 2003–2015. All rights reserved.