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