org.apache.tools.ant.taskdefs.optional
public static class PropertyFile.Entry.Operation extends EnumeratedAttribute
| Field Summary | |
|---|---|
| static int | DECREMENT_OPER - |
| static int | EQUALS_OPER = |
| static int | INCREMENT_OPER + |
| Method Summary | |
|---|---|
| String[] | getValues() {@inheritDoc }. |
| static int | toOperation(String oper)
Convert string to index. |
Parameters: oper the string to convert.
Returns: the index.