svn commit: r13881 - trunk/src/model/src/org/argouml/model/CoreHelper.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: tfmorris
Date: 2007-12-08 02:10:15-0800
New Revision: 13881

Modified:
   trunk/src/model/src/org/argouml/model/CoreHelper.java

Log:
Issue 4936 - add PrimitiveTypes and DataTypes to the UML metatypes returned so that they can be used for TagDefinition types.

Modified: trunk/src/model/src/org/argouml/model/CoreHelper.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/model/src/org/argouml/model/CoreHelper.java?view=diff&rev=13881&p1=trunk/src/model/src/org/argouml/model/CoreHelper.java&p2=trunk/src/model/src/org/argouml/model/CoreHelper.java&r1=13880&r2=13881
==============================================================================
--- trunk/src/model/src/org/argouml/model/CoreHelper.java	(original)
+++ trunk/src/model/src/org/argouml/model/CoreHelper.java	2007-12-08 02:10:15-0800
@@ -1436,7 +1436,8 @@
     void setEnumerationLiterals(Object enumeration, List literals);
     
     /**
-     * Returns names of all metatypes in metamodel
+     * Returns names of all metatypes in metamodel, including datatypes
+     * and primitive types.
      * 
      * TODO: This method rightly belongs in a separate interface dealing
      * with instances of MOF types as opposed to UML types like all the
@@ -1444,6 +1445,6 @@
      * 
      * @return Collection containing Strings with names of all metatypes
      */
-    Collection getAllMetatypeNames();
+    Collection<String> getAllMetatypeNames();
 
 }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.