Change Eclipse EMF EAttribute Value

51 Views Asked by At

I have an EAttribute in a class. I need its value to be set from another java code in the EMF model rather than just typing it in the properties.

Is there any way to achieve this.

1

There are 1 best solutions below

0
Banoffee On

Set it as derived, generate the model code and then implement the missing corresponding getter.