public static class ExecuteOn.FileDirBoth extends EnumeratedAttribute
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
DIR |
Dir value
|
static java.lang.String |
FILE |
File value
|
value
Constructor | Description |
---|---|
FileDirBoth() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String[] |
getValues() |
This is the only method a subclass needs to implement.
|
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
public static final java.lang.String FILE
public static final java.lang.String DIR
public java.lang.String[] getValues()
getValues
in class EnumeratedAttribute
EnumeratedAttribute.getValues()