Package com.nomagic.magicdraw.uimodeling
Class UIPrototypingProfile.GroupBoxStereotype
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Stereotype>
-
- com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
-
- com.nomagic.magicdraw.uimodeling.UIPrototypingProfile.GroupBoxStereotype
-
- Enclosing class:
- UIPrototypingProfile
public static class UIPrototypingProfile.GroupBoxStereotype extends ProfileImplementation.StereotypeWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
BORDER_TYPE
static java.lang.String
STEREOTYPE_NAME
static java.lang.String
TITLE
static java.lang.String
TITLED
If true, name of the group will be shown
-
Constructor Summary
Constructors Modifier Constructor Description protected
GroupBoxStereotype(UIPrototypingProfile profile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
clear()
void
clearBorderType(Element element)
void
clearTitle(Element element)
void
clearTitled(Element element)
UIPrototypingProfile.BordersEnum
getBorderType(Element element)
Property
getBorderTypeProperty()
Stereotype
getStereotype()
Returns stereotype for this wrapper.java.lang.String
getTitle(Element element)
Property
getTitledProperty()
Property
getTitleProperty()
boolean
is(Element element)
static boolean
isInstance(Element element)
java.lang.Boolean
isTitled(Element element)
void
setBorderType(Element element, UIPrototypingProfile.BordersEnum value)
void
setTitle(Element element, java.lang.String value)
void
setTitled(Element element, java.lang.Boolean value)
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper
getElementByName
-
-
-
-
Field Detail
-
STEREOTYPE_NAME
public static final java.lang.String STEREOTYPE_NAME
- See Also:
- Constant Field Values
-
BORDER_TYPE
public static final java.lang.String BORDER_TYPE
- See Also:
- Constant Field Values
-
TITLED
public static final java.lang.String TITLED
If true, name of the group will be shown- See Also:
- Constant Field Values
-
TITLE
public static final java.lang.String TITLE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GroupBoxStereotype
protected GroupBoxStereotype(UIPrototypingProfile profile)
-
-
Method Detail
-
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getBorderTypeProperty
@CheckForNull public Property getBorderTypeProperty()
-
getTitledProperty
@CheckForNull public Property getTitledProperty()
-
getTitleProperty
@CheckForNull public Property getTitleProperty()
-
setBorderType
public void setBorderType(Element element, UIPrototypingProfile.BordersEnum value)
-
clearBorderType
public void clearBorderType(Element element)
-
getBorderType
@CheckForNull public UIPrototypingProfile.BordersEnum getBorderType(Element element)
-
setTitled
public void setTitled(Element element, java.lang.Boolean value)
-
clearTitled
public void clearTitled(Element element)
-
isTitled
@CheckForNull public java.lang.Boolean isTitled(Element element)
-
setTitle
public void setTitle(Element element, java.lang.String value)
-
clearTitle
public void clearTitle(Element element)
-
getTitle
@CheckForNull public java.lang.String getTitle(Element element)
-
clear
protected void clear()
- Overrides:
clear
in classProfileImplementation.ProfileElementWrapper<Stereotype>
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-