Package com.nomagic.uml2
Class MagicDrawProfile.ImportMapGroupStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.uml2.MagicDrawProfile.ImportMapGroupStereotype
- Enclosing class:
- MagicDrawProfile
public static class MagicDrawProfile.ImportMapGroupStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addImportMaps
(Element element, Element value) protected void
clear()
void
clearImportMaps
(Element element) getImportMaps
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
removeImportMaps
(Element element, Element value) void
setImportMaps
(Element element, Collection<? extends Element> value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
IMPORTMAPS
- See Also:
-
-
Constructor Details
-
ImportMapGroupStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getImportMapsProperty
-
setImportMaps
-
clearImportMaps
-
addImportMaps
-
removeImportMaps
-
getImportMaps
-
clear
protected void clear() -
is
-
isInstance
-