Package com.nomagic.uml2
Class MagicDrawProfile.TermStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.uml2.MagicDrawProfile.TermStereotype
- Enclosing class:
- MagicDrawProfile
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addSynonyms
(Element element, String value) protected void
clear()
void
clearSynonyms
(Element element) Returns stereotype for this wrapper.getSynonyms
(Element element) boolean
static boolean
isInstance
(Element element) void
removeSynonyms
(Element element, String value) void
setSynonyms
(Element element, Collection<String> value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
SYNONYMS
A list of words and phrases defining synonyms of a term.- See Also:
-
-
Constructor Details
-
TermStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getSynonymsProperty
-
setSynonyms
-
clearSynonyms
-
addSynonyms
-
removeSynonyms
-
getSynonyms
-
clear
protected void clear() -
is
-
isInstance
-