Package com.nomagic.magicdraw.uimodeling
Class UIPrototypingProfile.GroupBoxStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uimodeling.UIPrototypingProfile.GroupBoxStereotype
- Enclosing class:
- UIPrototypingProfile
public static class UIPrototypingProfile.GroupBoxStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
clearBorderType
(Element element) void
clearTitle
(Element element) void
clearTitled
(Element element) getBorderType
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
setBorderType
(Element element, UIPrototypingProfile.BordersEnum value) void
void
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
BORDER_TYPE
- See Also:
-
TITLED
If true, name of the group will be shown- See Also:
-
TITLE
- See Also:
-
-
Constructor Details
-
GroupBoxStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getBorderTypeProperty
-
getTitledProperty
-
getTitleProperty
-
setBorderType
-
clearBorderType
-
getBorderType
-
setTitled
-
clearTitled
-
isTitled
-
setTitle
-
clearTitle
-
getTitle
-
clear
protected void clear() -
is
-
isInstance
-