Package com.nomagic.uml2
Class MagicDrawProfile.HyperlinkOwnerStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.uml2.MagicDrawProfile.HyperlinkOwnerStereotype
- Enclosing class:
- MagicDrawProfile
public static class MagicDrawProfile.HyperlinkOwnerStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addHyperlinkModel
(Element element, Element value) void
addHyperlinkText
(Element element, String value) protected void
clear()
void
clearHyperlinkModel
(Element element) void
clearHyperlinkModelActive
(Element element) void
clearHyperlinkText
(Element element) void
clearHyperlinkTextActive
(Element element) getHyperlinkModel
(Element element) getHyperlinkModelActive
(Element element) getHyperlinkText
(Element element) getHyperlinkTextActive
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
removeHyperlinkModel
(Element element, Element value) void
removeHyperlinkText
(Element element, String value) void
setHyperlinkModel
(Element element, Collection<? extends Element> value) void
setHyperlinkModelActive
(Element element, Element value) void
setHyperlinkText
(Element element, Collection<String> value) void
setHyperlinkTextActive
(Element element, String value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
HYPERLINKMODEL
- See Also:
-
HYPERLINKMODELACTIVE
- See Also:
-
HYPERLINKTEXT
- See Also:
-
HYPERLINKTEXTACTIVE
- See Also:
-
-
Constructor Details
-
HyperlinkOwnerStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getHyperlinkModelProperty
-
getHyperlinkModelActiveProperty
-
getHyperlinkTextProperty
-
getHyperlinkTextActiveProperty
-
setHyperlinkModel
-
clearHyperlinkModel
-
addHyperlinkModel
-
removeHyperlinkModel
-
getHyperlinkModel
-
setHyperlinkModelActive
-
clearHyperlinkModelActive
-
getHyperlinkModelActive
-
setHyperlinkText
-
clearHyperlinkText
-
addHyperlinkText
-
removeHyperlinkText
-
getHyperlinkText
-
setHyperlinkTextActive
-
clearHyperlinkTextActive
-
getHyperlinkTextActive
-
clear
protected void clear() -
is
-
isInstance
-