Good afternoon.
I'm learning how to use enum types in Java and experiencing some problems.
First, I created my enum as follows:
public enum enumUpdateAction {
NEW(0), CHANGE(1), DELETE(2), DELETE_THRU(3), DELETE_FROM(4)...
asked by
24.02.2017 / 18:04