Package com.nomagic.uml2
Class MagicDrawProfile.DisclaimerConfigurationStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.uml2.MagicDrawProfile.DisclaimerConfigurationStereotype
- Enclosing class:
- MagicDrawProfile
public static class MagicDrawProfile.DisclaimerConfigurationStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionvoid
protected void
clear()
void
Returns stereotype for this wrapper.boolean
Checks if stereotype of this wrapper is applied to given element.static boolean
isInstance
(Element element) void
removeText
(Element element, String value) void
setText
(Element element, Collection<String> value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, getElement, getTagByName, isDerivedStereotype, isSameOrDerivedStereotype, toBoolean, toDouble, toInteger, toString, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
TEXT
- See Also:
-
-
Constructor Details
-
DisclaimerConfigurationStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getTextProperty
-
setText
-
clearText
-
addText
-
removeText
-
getText
-
clear
protected void clear() -
is
Description copied from class:ProfileImplementation.StereotypeWrapper
Checks if stereotype of this wrapper is applied to given element.- Specified by:
is
in classProfileImplementation.StereotypeWrapper
- Parameters:
element
- element- Returns:
- true if stereotype of this wrapper is applied to given element
-
isInstance
-