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