From: Vance K. <va...@us...> - 2006-01-25 02:54:54
|
User: vancek Date: 06/01/24 18:54:49 Modified: andromda-ejb3/src/main/resources/META-INF/andromda profile.xml Log: added ENUMERATION stereotype element Revision Changes Path 1.8 +10 -0 cartridges/andromda-ejb3/src/main/resources/META-INF/andromda/profile.xml Index: profile.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/main/resources/META-INF/andromda/profile.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -w -r1.7 -r1.8 --- profile.xml 23 Jan 2006 05:49:00 -0000 1.7 +++ profile.xml 25 Jan 2006 02:54:49 -0000 1.8 @@ -31,6 +31,16 @@ <value>MessageDriven</value> <appliedOnElement>class</appliedOnElement> </element> + <element name="ENUMERATION"> + <documentation> + This stereotype will instruct to define an + enumeration class variable of type enum introduced + in JDK 1.5. That way it is possible for Entities to + use this enumeration type for their attributes. + </documentation> + <value>Enumeration</value> + <appliedOnElement>class</appliedOnElement> + </element> <element name="VERSION"> <documentation> Identifies an attribute as an version property |