public static class PropertyFile.Entry.Operation extends EnumeratedAttribute
| Modifier and Type | Field and Description | 
|---|---|
| static int | DECREMENT_OPER- | 
| static int | DELETE_OPERdel | 
| static int | EQUALS_OPER= | 
| static int | INCREMENT_OPER+ | 
value| Constructor and Description | 
|---|
| Operation() | 
| Modifier and Type | Method and 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, toStringpublic 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 EnumeratedAttributepublic static int toOperation(java.lang.String oper)
oper - the string to convert.