I have a Fact "SampleFact" that has a member called "member", this
member is of Type "MemberBean".
How can I create a Enumeration in the jbrms like:
'SampleFact.member' : ['choice1=MemberBean.instance1',
'choice2=MemberBean.instance2' ]
As far as I understand currently string and numerical types are supported?
Thanks
--zoly