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
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addApplyToElements
(Element element, Element value) protected void
clear()
void
clearApplyToElements
(Element element) void
clearCreateElements
(Element element) void
clearRemoveIndentSymbols
(Element element) getApplyToElements
(Element element) getCreateElements
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) isRemoveIndentSymbols
(Element element) void
removeApplyToElements
(Element element, Element value) void
setApplyToElements
(Element element, Collection<? extends Element> value) void
setCreateElements
(Element element, String value) void
setRemoveIndentSymbols
(Element element, Boolean value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
APPLYTOELEMENTS
- See Also:
-
CREATEELEMENTS
- See Also:
-
REMOVEINDENTSYMBOLS
- See Also:
-
-
Constructor Details
-
PackageStructureConfigurationStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getApplyToElementsProperty
-
getCreateElementsProperty
-
getRemoveIndentSymbols
-
setApplyToElements
-
clearApplyToElements
-
addApplyToElements
-
removeApplyToElements
-
getApplyToElements
-
setCreateElements
-
clearCreateElements
-
getCreateElements
-
setRemoveIndentSymbols
-
clearRemoveIndentSymbols
-
isRemoveIndentSymbols
-
clear
protected void clear() -
is
-
isInstance
-