Package com.nomagic.uml2
Class MagicDrawProfile.PackageStructureConfigurationStereotype
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
-
- com.nomagic.uml2.MagicDrawProfile.PackageStructureConfigurationStereotype
-
- Enclosing class:
- MagicDrawProfile
public static class MagicDrawProfile.PackageStructureConfigurationStereotype extends ProfileImplementation.StereotypeWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
APPLYTOELEMENTS
static java.lang.String
CREATEELEMENTS
static java.lang.String
REMOVEINDENTSYMBOLS
static java.lang.String
STEREOTYPE_NAME
-
Constructor Summary
Constructors Modifier Constructor Description protected
PackageStructureConfigurationStereotype(MagicDrawProfile profile)
-
Method Summary
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
-
-
-
Field Detail
-
STEREOTYPE_NAME
public static final java.lang.String STEREOTYPE_NAME
- See Also:
- Constant Field Values
-
APPLYTOELEMENTS
public static final java.lang.String APPLYTOELEMENTS
- See Also:
- Constant Field Values
-
CREATEELEMENTS
public static final java.lang.String CREATEELEMENTS
- See Also:
- Constant Field Values
-
REMOVEINDENTSYMBOLS
public static final java.lang.String REMOVEINDENTSYMBOLS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PackageStructureConfigurationStereotype
protected PackageStructureConfigurationStereotype(MagicDrawProfile 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
-
getApplyToElementsProperty
@CheckForNull public Property getApplyToElementsProperty()
-
getCreateElementsProperty
@CheckForNull public Property getCreateElementsProperty()
-
getRemoveIndentSymbols
@CheckForNull public Property getRemoveIndentSymbols()
-
setApplyToElements
public void setApplyToElements(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearApplyToElements
public void clearApplyToElements(Element element)
-
setCreateElements
public void setCreateElements(Element element, @CheckForNull java.lang.String value)
-
clearCreateElements
public void clearCreateElements(Element element)
-
getCreateElements
@CheckForNull public java.lang.String getCreateElements(Element element)
-
setRemoveIndentSymbols
public void setRemoveIndentSymbols(Element element, @CheckForNull java.lang.Boolean value)
-
clearRemoveIndentSymbols
public void clearRemoveIndentSymbols(Element element)
-
isRemoveIndentSymbols
@CheckForNull public java.lang.Boolean isRemoveIndentSymbols(Element element)
-
clear
protected void clear()
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-