Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.tools.ant.types.EnumeratedAttribute
org.apache.tools.ant.taskdefs.optional.PropertyFile.Entry.Operation
public static class PropertyFile.Entry.Operation
extends EnumeratedAttribute
Field Summary | |
static int | |
static int | |
static int |
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute | |
value |
Method Summary | |
String[] |
|
static int |
|
Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute | |
containsValue , getIndex , getInstance , getValue , getValues , indexOfValue , setValue , toString |
public static final int DECREMENT_OPER
-
- Field Value:
- 1
public static final int EQUALS_OPER
=
- Field Value:
- 2
public static final int INCREMENT_OPER
+
- Field Value:
- 0
public static int toOperation(String oper)
Convert string to index.
- Parameters:
oper
- the string to convert.
- Returns:
- the index.