I have problems to set tagged value of a stereotype. The stereotype is set
in a do action just before de setValue instruction like this:
do{
out.applyStereotype(ster);
out.setValue(ster,'tagged value name',p.name);
}
out is an property.
I do a test to know if the stereotype is applied by displaying stereotypes
applied with the method getAppliedSterotypes() and I get an empty
Sequence.
If anyone had the same problem and solved it, it will be kind to explain
me how to proceed.