I'm a beginner of topcased and using topcased 2.5.0 RCP version. I created a
UML class diagram and execute the function "Generate Java", topcased created a
java source file for me, each property with a pare of getter/setter method,
like this:
class Test {
private String name;
public String getName() {
return this.name;
}
public void setName(String myname) {
this.name = myname;
}
}
I want it do not create getter/setter for some properties (even all), how to
config it?
Thanks for your help!
_______________________________________________
Topcased-users mailing list
[email protected]
http://lists.gforge.enseeiht.fr/mailman/listinfo/topcased-users