public static class PropertyFile.Entry.Operation extends EnumeratedAttribute
Modifier and Type | Field | Description |
---|---|---|
static int |
DECREMENT_OPER |
-
|
static int |
DELETE_OPER |
del
|
static int |
EQUALS_OPER |
=
|
static int |
INCREMENT_OPER |
+
|
value
Constructor | Description |
---|---|
Operation() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String[] |
getValues() |
This is the only method a subclass needs to implement.
|
static int |
toOperation(java.lang.String oper) |
Convert string to index.
|
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
public static final int INCREMENT_OPER
public static final int DECREMENT_OPER
public static final int EQUALS_OPER
public static final int DELETE_OPER
public java.lang.String[] getValues()
getValues
in class EnumeratedAttribute
public static int toOperation(java.lang.String oper)
oper
- the string to convert.