public static enum Properties.StatisticsBackend extends Enum<Properties.StatisticsBackend>
| Modifier and Type | Method and Description |
|---|---|
static Properties.StatisticsBackend |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Properties.StatisticsBackend[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Properties.StatisticsBackend NONE
public static final Properties.StatisticsBackend CONSOLE
public static final Properties.StatisticsBackend CSV
public static final Properties.StatisticsBackend HTML
public static final Properties.StatisticsBackend DEBUG
public static Properties.StatisticsBackend[] values()
for (Properties.StatisticsBackend c : Properties.StatisticsBackend.values()) System.out.println(c);
public static Properties.StatisticsBackend 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 © 2010–2017 EvoSuite. All rights reserved.