You need to override the toString method of your enum: public enum Constants{ YES("y"), NO("N") // No changes @Override public String ...
確定! 回上一頁