Package com.nomagic.magicdraw.uimodeling
Class UIPrototypingProfile.NodeStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uimodeling.UIPrototypingProfile.NodeStereotype
- Enclosing class:
- UIPrototypingProfile
public static class UIPrototypingProfile.NodeStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
clearExpand
(Element element) void
void
void
clearSelected
(Element element) void
Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) isSelected
(Element element) void
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:
-
EXPAND
- See Also:
-
ICON
- See Also:
-
TEXT
- See Also:
-
SELECTED
- See Also:
-
ID
- See Also:
-
-
Constructor Details
-
NodeStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getExpandProperty
-
getIconProperty
-
getTextProperty
-
getSelectedProperty
-
getIDProperty
-
setExpand
-
clearExpand
-
isExpand
-
setIcon
-
clearIcon
-
getIcon
-
setText
-
clearText
-
getText
-
setSelected
-
clearSelected
-
isSelected
-
setID
-
clearID
-
getID
-
clear
protected void clear() -
is
-
isInstance
-