Package com.nomagic.magicdraw.uimodeling
Class UIPrototypingProfile.CheckBoxStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uimodeling.UIPrototypingProfile.CheckBoxStereotype
- Enclosing class:
- UIPrototypingProfile
public static class UIPrototypingProfile.CheckBoxStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clearInactive
(Element element) void
clearSelected
(Element element) void
Returns stereotype for this wrapper.boolean
isInactive
(Element element) static boolean
isInstance
(Element element) isSelected
(Element element) void
setInactive
(Element element, Boolean 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:
-
INACTIVE
- See Also:
-
SELECTED
- See Also:
-
TEXT
- See Also:
-
-
Constructor Details
-
CheckBoxStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getInactiveProperty
-
getSelectedProperty
-
getTextProperty
-
setInactive
-
clearInactive
-
isInactive
-
setSelected
-
clearSelected
-
isSelected
-
setText
-
clearText
-
getText
-
is
-
isInstance
-