public static class Available.FileDir extends EnumeratedAttribute
value
Constructor and Description |
---|
FileDir() |
Modifier and Type | Method and Description |
---|---|
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, toString
public String[] getValues()
getValues
in class EnumeratedAttribute
public boolean isDir()
public boolean isFile()