Package com.nomagic.uml2
Class MagicDrawProfile.LegendUsageStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.uml2.MagicDrawProfile.LegendUsageStereotype
- Enclosing class:
- MagicDrawProfile
public static class MagicDrawProfile.LegendUsageStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAppliedLegends
(Element element, Element value) void
addIgnoredLegends
(Element element, Element value) protected void
clear()
void
clearAppliedLegends
(Element element) void
clearIgnoredLegends
(Element element) getAppliedLegends
(Element element) getIgnoredLegends
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
removeAppliedLegends
(Element element, Element value) void
removeIgnoredLegends
(Element element, Element value) void
setAppliedLegends
(Element element, Collection<? extends Element> value) void
setIgnoredLegends
(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:
-
APPLIEDLEGENDS
- See Also:
-
IGNOREDLEGENDS
- See Also:
-
-
Constructor Details
-
LegendUsageStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getAppliedLegendsProperty
-
getIgnoredLegendsProperty
-
setAppliedLegends
-
clearAppliedLegends
-
addAppliedLegends
-
removeAppliedLegends
-
getAppliedLegends
-
setIgnoredLegends
-
clearIgnoredLegends
-
addIgnoredLegends
-
removeIgnoredLegends
-
getIgnoredLegends
-
clear
protected void clear() -
is
-
isInstance
-