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