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