public static enum TestDataSetSource.DataInput extends Enum<TestDataSetSource.DataInput>
| Modifier and Type | Method and Description |
|---|---|
static TestDataSetSource.DataInput |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestDataSetSource.DataInput[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestDataSetSource.DataInput BOTH
public static final TestDataSetSource.DataInput MIDI
public static final TestDataSetSource.DataInput LINE
public static TestDataSetSource.DataInput[] values()
for (TestDataSetSource.DataInput c : TestDataSetSource.DataInput.values()) System.out.println(c);
public static TestDataSetSource.DataInput 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 © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.