|
From: tlu (A. F. <fo...@an...> - 2006-06-06 15:39:35
|
Hi, in my object modell a value-object is realizing an interface. But this realization is not generated. I took a look at the ValueObject.vsl in the java cartridge and a value object seems not to support implementing an interface: public#if($class.abstract) abstract#end class $class.name #if($class.generalization) extends $class.generalization.fullyQualifiedName #end #if ($serializable) implements java.io.Serializable #end Is there a reason for the value-objects not to be able to implement interfaces? If not, how can I get the value object to support interfaces? Thanks for your help, Torsten _________________________________________________________ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=13241#13241 Posting to http://forum.andromda.org/ is preferred over posting to the mailing list! |