Package com.nomagic.magicdraw.uimodeling
Class UIPrototypingProfile.CellStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uimodeling.UIPrototypingProfile.CellStereotype
- Enclosing class:
- UIPrototypingProfile
public static class UIPrototypingProfile.CellStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
clearRelatedColumn
(Element element) void
clearSelected
(Element element) void
getRelatedColumn
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) isSelected
(Element element) void
setRelatedColumn
(Element element, Element value) 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:
-
RELATEDCOLUMN
- See Also:
-
SELECTED
- See Also:
-
TEXT
- See Also:
-
-
Constructor Details
-
CellStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getRelatedColumnProperty
-
getSelectedProperty
-
getTextProperty
-
setRelatedColumn
-
clearRelatedColumn
-
getRelatedColumn
-
setSelected
-
clearSelected
-
isSelected
-
setText
-
clearText
-
getText
-
clear
protected void clear() -
is
-
isInstance
-