The Properties tab provides interface to edit the properties of a given enumeration.
The Values table enables to define the set of constants that constitute the enumeration. To add a constant, click Add and enter the following:
PREMIUM
,
HIGH
, MEDIUM
.String
or Integer
), for example P
, H
, M
or
10
, 20
, 30
.