Package com.nomagic.magicdraw.uimodeling
Class UIPrototypingProfile.LeafStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uimodeling.UIPrototypingProfile.LeafStereotype
- Enclosing class:
- UIPrototypingProfile
public static class UIPrototypingProfile.LeafStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
clearSelected
(Element element) void
Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) isSelected
(Element element) void
setIcon
(Element element, UIPrototypingProfile.IconsEnum value) void
void
setSelected
(Element element, Boolean value) void
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
ICON
- See Also:
-
TEXT
- See Also:
-
SELECTED
- See Also:
-
ID
- See Also:
-
-
Constructor Details
-
LeafStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getIconProperty
-
getTextProperty
-
getSelectedProperty
-
getIDProperty
-
setIcon
-
clearIcon
-
getIcon
-
setText
-
clearText
-
getText
-
setSelected
-
clearSelected
-
isSelected
-
setID
-
clearID
-
getID
-
is
-
isInstance
-