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.StringBORDER_TYPEprivate PropertyborderTypeprivate UIPrototypingProfileprofilestatic java.lang.StringSTEREOTYPE_NAMEstatic java.lang.StringTITLEprivate Propertytitledstatic java.lang.StringTITLEDIf true, name of the group will be shown
-
Constructor Summary
Constructors Modifier Constructor Description protectedGroupBoxStereotype(UIPrototypingProfile profile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclear()voidclearBorderType(Element element)voidclearTitle(Element element)voidclearTitled(Element element)UIPrototypingProfile.BordersEnumgetBorderType(Element element)PropertygetBorderTypeProperty()StereotypegetStereotype()Returns stereotype for this wrapper.java.lang.StringgetTitle(Element element)PropertygetTitledProperty()PropertygetTitleProperty()booleanis(Element element)static booleanisInstance(Element element)java.lang.BooleanisTitled(Element element)voidsetBorderType(Element element, UIPrototypingProfile.BordersEnum value)voidsetTitle(Element element, java.lang.String value)voidsetTitled(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
-
profile
private final UIPrototypingProfile profile
-
borderType
@CheckForNull private Property borderType
-
titled
@CheckForNull private Property titled
-
-
Constructor Detail
-
GroupBoxStereotype
protected GroupBoxStereotype(UIPrototypingProfile profile)
-
-
Method Detail
-
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein 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:
clearin classProfileImplementation.ProfileElementWrapper<Stereotype>
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-