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
Fields Modifier and Type Field Description static java.lang.String
HYPERLINKMODEL
static java.lang.String
HYPERLINKMODELACTIVE
static java.lang.String
HYPERLINKTEXT
static java.lang.String
HYPERLINKTEXTACTIVE
static java.lang.String
STEREOTYPE_NAME
-
Constructor Summary
Constructors Modifier Constructor Description protected
HyperlinkOwnerStereotype(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
-
HYPERLINKMODEL
public static final java.lang.String HYPERLINKMODEL
- See Also:
- Constant Field Values
-
HYPERLINKMODELACTIVE
public static final java.lang.String HYPERLINKMODELACTIVE
- See Also:
- Constant Field Values
-
HYPERLINKTEXT
public static final java.lang.String HYPERLINKTEXT
- See Also:
- Constant Field Values
-
HYPERLINKTEXTACTIVE
public static final java.lang.String HYPERLINKTEXTACTIVE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HyperlinkOwnerStereotype
protected HyperlinkOwnerStereotype(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
-
getHyperlinkModelProperty
@CheckForNull public Property getHyperlinkModelProperty()
-
getHyperlinkModelActiveProperty
@CheckForNull public Property getHyperlinkModelActiveProperty()
-
getHyperlinkTextProperty
@CheckForNull public Property getHyperlinkTextProperty()
-
getHyperlinkTextActiveProperty
@CheckForNull public Property getHyperlinkTextActiveProperty()
-
setHyperlinkModel
public void setHyperlinkModel(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearHyperlinkModel
public void clearHyperlinkModel(Element element)
-
setHyperlinkModelActive
public void setHyperlinkModelActive(Element element, @CheckForNull Element value)
-
clearHyperlinkModelActive
public void clearHyperlinkModelActive(Element element)
-
setHyperlinkText
public void setHyperlinkText(Element element, @CheckForNull java.util.Collection<java.lang.String> value)
-
clearHyperlinkText
public void clearHyperlinkText(Element element)
-
addHyperlinkText
public void addHyperlinkText(Element element, java.lang.String value)
-
removeHyperlinkText
public void removeHyperlinkText(Element element, java.lang.String value)
-
getHyperlinkText
public java.util.List<java.lang.String> getHyperlinkText(Element element)
-
setHyperlinkTextActive
public void setHyperlinkTextActive(Element element, @CheckForNull java.lang.String value)
-
clearHyperlinkTextActive
public void clearHyperlinkTextActive(Element element)
-
getHyperlinkTextActive
@CheckForNull public java.lang.String getHyperlinkTextActive(Element element)
-
clear
protected void clear()
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-