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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAppliedLegends(Element element, Element value) voidaddIgnoredLegends(Element element, Element value) protected voidclear()voidclearAppliedLegends(Element element) voidclearIgnoredLegends(Element element) getAppliedLegends(Element element) getIgnoredLegends(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveAppliedLegends(Element element, Element value) voidremoveIgnoredLegends(Element element, Element value) voidsetAppliedLegends(Element element, Collection<? extends Element> value) voidsetIgnoredLegends(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.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getAppliedLegendsProperty
-
getIgnoredLegendsProperty
-
setAppliedLegends
-
clearAppliedLegends
-
addAppliedLegends
-
removeAppliedLegends
-
getAppliedLegends
-
setIgnoredLegends
-
clearIgnoredLegends
-
addIgnoredLegends
-
removeIgnoredLegends
-
getIgnoredLegends
-
clear
protected void clear() -
is
-
isInstance
-