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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidclear()voidclearExpand(Element element) voidvoidvoidclearSelected(Element element) voidReturns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) isSelected(Element element) voidvoidsetIcon(Element element, UIPrototypingProfile.IconsEnum value) voidvoidsetSelected(Element element, Boolean value) voidMethods 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.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein 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
-