public enum ImportOutput extends java.lang.Enum<ImportOutput>
CommandLineImporter
.Modifier and Type | Method and Description |
---|---|
static ImportOutput |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImportOutput[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImportOutput ids
public static final ImportOutput legacy
public static final ImportOutput yaml
public static ImportOutput[] values()
for (ImportOutput c : ImportOutput.values()) System.out.println(c);
public static ImportOutput 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 null