public static enum FilenameChoiceListProvider.ScanType extends Enum<FilenameChoiceListProvider.ScanType>
| Enum Constant and Description |
|---|
Directory |
File |
FileAndDirectory |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static FilenameChoiceListProvider.ScanType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilenameChoiceListProvider.ScanType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilenameChoiceListProvider.ScanType File
public static final FilenameChoiceListProvider.ScanType Directory
public static final FilenameChoiceListProvider.ScanType FileAndDirectory
public static FilenameChoiceListProvider.ScanType[] values()
for (FilenameChoiceListProvider.ScanType c : FilenameChoiceListProvider.ScanType.values()) System.out.println(c);
public static FilenameChoiceListProvider.ScanType 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 nullpublic String toString()
toString in class Enum<FilenameChoiceListProvider.ScanType>Copyright © 2016–2020. All rights reserved.