public static class TypeSelector.FileType extends EnumeratedAttribute
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | DIRthe string value for dir | 
| static java.lang.String | FILEthe string value for file | 
value| Constructor and Description | 
|---|
| TypeSelector.FileType() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String[] | getValues()This is the only method a subclass needs to implement. | 
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toStringpublic static final java.lang.String FILE
public static final java.lang.String DIR
public java.lang.String[] getValues()
EnumeratedAttributegetValues in class EnumeratedAttribute