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