public static enum DBAppenderH2TestFixture.H2Mode extends Enum<DBAppenderH2TestFixture.H2Mode>
| Modifier and Type | Method and Description |
|---|---|
static DBAppenderH2TestFixture.H2Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBAppenderH2TestFixture.H2Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DBAppenderH2TestFixture.H2Mode MEM
public static final DBAppenderH2TestFixture.H2Mode FILE
public static final DBAppenderH2TestFixture.H2Mode NET
public static DBAppenderH2TestFixture.H2Mode[] values()
for (DBAppenderH2TestFixture.H2Mode c : DBAppenderH2TestFixture.H2Mode.values()) System.out.println(c);
public static DBAppenderH2TestFixture.H2Mode 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 © 2005–2018 QOS.ch. All rights reserved.