public static class Available.FileDir extends EnumeratedAttribute
value| Constructor and Description | 
|---|
| Available.FileDir() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String[] | getValues()This is the only method a subclass needs to implement. | 
| boolean | isDir()Indicate if the value specifies a directory. | 
| boolean | isFile()Indicate if the value specifies a file. | 
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toStringpublic java.lang.String[] getValues()
getValues in class EnumeratedAttributepublic boolean isDir()
public boolean isFile()