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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAdornedProperties(Element element, String value) voidclearAdornedProperties(Element element) voidclearAdornment(Element element) voidclearImplementation(Element element) voidclearPriority(Element element) getAdornedProperties(Element element) getAdornment(Element element) getImplementation(Element element) getPriority(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveAdornedProperties(Element element, String value) voidsetAdornedProperties(Element element, Collection<String> value) voidsetAdornment(Element element, Object value) voidsetImplementation(Element element, String value) voidsetPriority(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.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getAdornedPropertiesProperty
-
getAdornmentProperty
-
getPriorityProperty
-
getImplementationProperty
-
setAdornedProperties
-
clearAdornedProperties
-
addAdornedProperties
-
removeAdornedProperties
-
getAdornedProperties
-
setAdornment
-
clearAdornment
-
getAdornment
-
setPriority
-
clearPriority
-
getPriority
-
setImplementation
-
clearImplementation
-
getImplementation
-
is
-
isInstance
-