public static class MagicDrawProfile.HyperlinkOwnerStereotype extends ProfileImplementation.StereotypeWrapper
| Modifier and Type | Field and 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 |
| Modifier | Constructor and Description |
|---|---|
protected |
HyperlinkOwnerStereotype(MagicDrawProfile profile) |
| Modifier and Type | Method and Description |
|---|---|
void |
addHyperlinkModel(Element element,
Element value) |
void |
addHyperlinkText(Element element,
java.lang.String value) |
protected void |
clear() |
void |
clearHyperlinkModel(Element element) |
void |
clearHyperlinkModelActive(Element element) |
void |
clearHyperlinkText(Element element) |
void |
clearHyperlinkTextActive(Element element) |
java.util.List<Element> |
getHyperlinkModel(Element element) |
Element |
getHyperlinkModelActive(Element element) |
Property |
getHyperlinkModelActiveProperty() |
Property |
getHyperlinkModelProperty() |
java.util.List<java.lang.String> |
getHyperlinkText(Element element) |
java.lang.String |
getHyperlinkTextActive(Element element) |
Property |
getHyperlinkTextActiveProperty() |
Property |
getHyperlinkTextProperty() |
Stereotype |
getStereotype()
Returns stereotype for this wrapper.
|
boolean |
is(Element element)
Checks if stereotype of this wrapper is applied to given element.
|
static boolean |
isInstance(Element element) |
void |
removeHyperlinkModel(Element element,
Element value) |
void |
removeHyperlinkText(Element element,
java.lang.String value) |
void |
setHyperlinkModel(Element element,
java.util.Collection<? extends Element> value) |
void |
setHyperlinkModelActive(Element element,
Element value) |
void |
setHyperlinkText(Element element,
java.util.Collection<java.lang.String> value) |
void |
setHyperlinkTextActive(Element element,
java.lang.String value) |
apply, unApplygetElement, getElementByNamepublic static final java.lang.String STEREOTYPE_NAME
public static final java.lang.String HYPERLINKMODEL
public static final java.lang.String HYPERLINKMODELACTIVE
public static final java.lang.String HYPERLINKTEXT
public static final java.lang.String HYPERLINKTEXTACTIVE
protected HyperlinkOwnerStereotype(MagicDrawProfile profile)
public Stereotype getStereotype()
ProfileImplementation.StereotypeWrappergetStereotype in class ProfileImplementation.StereotypeWrapper@CheckForNull public Property getHyperlinkModelProperty()
@CheckForNull public Property getHyperlinkModelActiveProperty()
@CheckForNull public Property getHyperlinkTextProperty()
@CheckForNull public Property getHyperlinkTextActiveProperty()
public void setHyperlinkModel(Element element, @CheckForNull java.util.Collection<? extends Element> value)
public void clearHyperlinkModel(Element element)
public void setHyperlinkModelActive(Element element, @CheckForNull Element value)
public void clearHyperlinkModelActive(Element element)
public void setHyperlinkText(Element element, @CheckForNull java.util.Collection<java.lang.String> value)
public void clearHyperlinkText(Element element)
public void addHyperlinkText(Element element, java.lang.String value)
public void removeHyperlinkText(Element element, java.lang.String value)
public java.util.List<java.lang.String> getHyperlinkText(Element element)
public void setHyperlinkTextActive(Element element, @CheckForNull java.lang.String value)
public void clearHyperlinkTextActive(Element element)
@CheckForNull public java.lang.String getHyperlinkTextActive(Element element)
protected void clear()
clear in class ProfileImplementation.ProfileElementWrapper<Stereotype>public boolean is(@CheckForNull
Element element)
ProfileImplementation.StereotypeWrapperis in class ProfileImplementation.StereotypeWrapperelement - elementpublic static boolean isInstance(@CheckForNull
Element element)