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