public static enum FilenameChoiceListProvider.ScanType extends Enum<FilenameChoiceListProvider.ScanType>
| 列挙型定数と説明 |
|---|
Directory |
File |
FileAndDirectory |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
toString() |
static FilenameChoiceListProvider.ScanType |
valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static FilenameChoiceListProvider.ScanType[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
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返される列挙型定数の名前 - IllegalArgumentException指定された名前を持つ定数を - この列挙型が持っていない場合NullPointerException引数がnullの場合public String toString()
toString クラス内 Enum<FilenameChoiceListProvider.ScanType>Copyright © 2004-2013. All Rights Reserved.