Package com.nomagic.uml2
Class MagicDrawProfile.HyperlinkOwnerStereotype
- java.lang.Object
 - 
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Stereotype>
 - 
- 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 private MagicDrawProfile_pprivate PropertyhyperlinkModelstatic java.lang.StringHYPERLINKMODELprivate PropertyhyperlinkModelActivestatic java.lang.StringHYPERLINKMODELACTIVEprivate PropertyhyperlinkTextstatic java.lang.StringHYPERLINKTEXTprivate PropertyhyperlinkTextActivestatic java.lang.StringHYPERLINKTEXTACTIVEstatic java.lang.StringSTEREOTYPE_NAME 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedHyperlinkOwnerStereotype(MagicDrawProfile profile) 
- 
Method Summary
- 
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply 
- 
Methods inherited from class com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper
getElementByName 
 - 
 
 - 
 
- 
- 
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
 
 
- 
_p
private final MagicDrawProfile _p
 
- 
hyperlinkModel
@CheckForNull private Property hyperlinkModel
 
- 
hyperlinkModelActive
@CheckForNull private Property hyperlinkModelActive
 
- 
hyperlinkText
@CheckForNull private Property hyperlinkText
 
- 
hyperlinkTextActive
@CheckForNull private Property hyperlinkTextActive
 
 - 
 
- 
Constructor Detail
- 
HyperlinkOwnerStereotype
protected HyperlinkOwnerStereotype(MagicDrawProfile profile)
 
 - 
 
- 
Method Detail
- 
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
 getStereotypein 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()
- Overrides:
 clearin classProfileImplementation.ProfileElementWrapper<Stereotype>
 
- 
is
public boolean is(@CheckForNull Element element) 
- 
isInstance
public static boolean isInstance(@CheckForNull Element element) 
 - 
 
 -