i want use concat in an ocl expression, which runs like this:a.concat(b). however, b is enumeration type so i have to change b to string type.
does anybody know how to change enum to string in OCL? or has any other solution for the problem above?
thanks ^_^