I have a class in java that one of its attributes is an enum and has the following values:
HIPERTROFIA(1, "Hipertrofia"),
DEFINICAO(2, "Definição"),
RESISTENCIA(3, "Resistência"),
OUTROS(4, "Outros");
When I send the value 0...
asked by
29.03.2018 / 15:59