svn commit: r16417 - trunk/src/argouml-core-model/src/org/argouml/model/ExtensionMechanismsHelper.java
Tom Morris <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: tfmorris
Date: 2008-12-22 14:19:50-0800
New Revision: 16417
Modified:
trunk/src/argouml-core-model/src/org/argouml/model/ExtensionMechanismsHelper.java
Log:
Deprecate duplicate API method getMetaModelName()
Modified: trunk/src/argouml-core-model/src/org/argouml/model/ExtensionMechanismsHelper.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model/src/org/argouml/model/ExtensionMechanismsHelper.java?view=diff&pathrev=16417&r1=16416&r2=16417
==============================================================================
--- trunk/src/argouml-core-model/src/org/argouml/model/ExtensionMechanismsHelper.java (original)
+++ trunk/src/argouml-core-model/src/org/argouml/model/ExtensionMechanismsHelper.java 2008-12-22 14:19:50-0800
@@ -81,8 +81,10 @@
/**
* @param m the ModelElement
- * @return the meta name of the ModelElement
+ * @return the name of the metatype (i.e UML type) of this Element
+ * @deprecated for 0.27.3 by tfmorris. Use {@link MetaTypes#getName(Object)}
*/
+ @Deprecated
String getMetaModelName(Object m);
/**
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=990116
To unsubscribe from this discussion, e-mail: [[email protected]].