import java.math.BigDecimal; enum Colors { SPADES, DIAMOND, HEARTS, CLUBS; private BigDecimal value; }