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.
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.
Copyright © 2021 Jogjafile Inc.
Set it as derived, generate the model code and then implement the missing corresponding getter.