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