I would like to have a enum like:
'Event.severity' : [''1=Information', '2=Warning',
'3=Critical’]
Where Event.severity is a int.
However the guided rule builder puts my
ints in “”
Like:
e : Event(
severity > "1" )
are the enums supposed to work only with Strings?
thanks
--zoly