public static enum AbstractDirectoryInfo.Options extends Enum<AbstractDirectoryInfo.Options>
| Enum Constant and Description |
|---|
AS_STRING_FULL_DIRECTORY_NAME
As string returns the full directory name of the directory source.
|
AS_STRING_SET_ROOT_PATH
As string returns the set-root path of the directory source.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractDirectoryInfo.Options |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractDirectoryInfo.Options[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractDirectoryInfo.Options AS_STRING_FULL_DIRECTORY_NAME
public static final AbstractDirectoryInfo.Options AS_STRING_SET_ROOT_PATH
public static AbstractDirectoryInfo.Options[] values()
for (AbstractDirectoryInfo.Options c : AbstractDirectoryInfo.Options.values()) System.out.println(c);
public static AbstractDirectoryInfo.Options 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 © 2010–2017. All rights reserved.