Package com.nomagic.uml2
Class MagicDrawProfile.GroupedStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.uml2.MagicDrawProfile.GroupedStereotype
- Enclosing class:
- MagicDrawProfile
public static class MagicDrawProfile.GroupedStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
clearGroup
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
setGroup
(Element element, MagicDrawProfile.CustomizationGroupNamesEnum value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
GROUP
- See Also:
-
-
Constructor Details
-
GroupedStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getGroupProperty
-
setGroup
public void setGroup(Element element, @CheckForNull MagicDrawProfile.CustomizationGroupNamesEnum value) -
clearGroup
-
getGroup
-
clear
protected void clear() -
is
-
isInstance
-