I am using xocder to generate java code. I am facing some problems with java classes. That is i dont know how to extend java classes in my model and generate code. can anybody please tell me how cna i use java classes
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
you can always add additional model elements to your model and regenerate the corresponding Java code. XCoder will preserve the manually written code within so called protected areas. Protected areas are embedded within BEGINPROTECT and ENDPROTECT comments. You can also use inheritance in the model to derive classes from existing classes.
I am not sure if this information will help you using XCoder so please describe your problem in more detail.
Thanks
Carsten
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am using xocder to generate java code. I am facing some problems with java classes. That is i dont know how to extend java classes in my model and generate code. can anybody please tell me how cna i use java classes
Hi,
you can always add additional model elements to your model and regenerate the corresponding Java code. XCoder will preserve the manually written code within so called protected areas. Protected areas are embedded within BEGINPROTECT and ENDPROTECT comments. You can also use inheritance in the model to derive classes from existing classes.
I am not sure if this information will help you using XCoder so please describe your problem in more detail.
Thanks
Carsten