public static enum APIExporter.ExportImpl extends Enum<APIExporter.ExportImpl>
| Enum Constant and Description |
|---|
CONSOLE_EXPORTER |
JSON_EXPORTER |
| Modifier and Type | Method and Description |
|---|---|
Class<APIExporter> |
getClazz() |
static APIExporter.ExportImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static APIExporter.ExportImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APIExporter.ExportImpl JSON_EXPORTER
public static final APIExporter.ExportImpl CONSOLE_EXPORTER
public static APIExporter.ExportImpl[] values()
for (APIExporter.ExportImpl c : APIExporter.ExportImpl.values()) System.out.println(c);
public static APIExporter.ExportImpl 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 nullpublic Class<APIExporter> getClazz()
Copyright © 2020. All rights reserved.