public static enum TestGenerator.GeneratorMode extends Enum<TestGenerator.GeneratorMode>
| Modifier and Type | Method and Description |
|---|---|
static TestGenerator.GeneratorMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestGenerator.GeneratorMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestGenerator.GeneratorMode CLIENT
public static final TestGenerator.GeneratorMode SERVER
public static TestGenerator.GeneratorMode[] values()
for (TestGenerator.GeneratorMode c : TestGenerator.GeneratorMode.values()) System.out.println(c);
public static TestGenerator.GeneratorMode 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 © 2008–2019 ConSol Software GmbH. All rights reserved.