Package com.nomagic.uml2
Class MagicDrawProfile.LegendItemStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.uml2.MagicDrawProfile.LegendItemStereotype
- Enclosing class:
- MagicDrawProfile
public static class MagicDrawProfile.LegendItemStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAdornedProperties
(Element element, String value) void
clearAdornedProperties
(Element element) void
clearAdornment
(Element element) void
clearImplementation
(Element element) void
clearPriority
(Element element) getAdornedProperties
(Element element) getAdornment
(Element element) getImplementation
(Element element) getPriority
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
removeAdornedProperties
(Element element, String value) void
setAdornedProperties
(Element element, Collection<String> value) void
setAdornment
(Element element, Object value) void
setImplementation
(Element element, String value) void
setPriority
(Element element, Integer value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
ADORNEDPROPERTIES
Specify the property of the element to which the adornment would be applied.- See Also:
-
ADORNMENT
Adorns symbol on diagram pane.- See Also:
-
PRIORITY
Specify the priority of legend item. Enter a number between 1 and 1000. The bigger the value, the higher the priority.- See Also:
-
IMPLEMENTATION
- See Also:
-
-
Constructor Details
-
LegendItemStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getAdornedPropertiesProperty
-
getAdornmentProperty
-
getPriorityProperty
-
getImplementationProperty
-
setAdornedProperties
-
clearAdornedProperties
-
addAdornedProperties
-
removeAdornedProperties
-
getAdornedProperties
-
setAdornment
-
clearAdornment
-
getAdornment
-
setPriority
-
clearPriority
-
getPriority
-
setImplementation
-
clearImplementation
-
getImplementation
-
is
-
isInstance
-