public static enum StoryReporterBuilder.Format extends java.lang.Enum<StoryReporterBuilder.Format>
Enum Constant and Description |
---|
CONSOLE |
HTML |
IDE_CONSOLE |
STATS |
TXT |
XML |
Modifier and Type | Method and Description |
---|---|
static StoryReporterBuilder.Format |
valueOf(java.lang.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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2003-2014. All Rights Reserved.