public static enum RecursiveHandlerFactory.RecursiveHandlerTypes extends Enum<RecursiveHandlerFactory.RecursiveHandlerTypes>
| Modifier and Type | Method and Description |
|---|---|
static RecursiveHandlerFactory.RecursiveHandlerTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecursiveHandlerFactory.RecursiveHandlerTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RecursiveHandlerFactory.RecursiveHandlerTypes EXPANSION
public static final RecursiveHandlerFactory.RecursiveHandlerTypes ZIP
public static final RecursiveHandlerFactory.RecursiveHandlerTypes STORE
public static RecursiveHandlerFactory.RecursiveHandlerTypes[] values()
for (RecursiveHandlerFactory.RecursiveHandlerTypes c : RecursiveHandlerFactory.RecursiveHandlerTypes.values()) System.out.println(c);
public static RecursiveHandlerFactory.RecursiveHandlerTypes 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 © 2016–2018. All rights reserved.