public static class ValidationProfile.DebugIconStereotype extends ProfileImplementation.StereotypeWrapper
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
HIGHLIGHTCOLOR |
static java.lang.String |
STEREOTYPE_NAME |
| Modifier | Constructor and Description |
|---|---|
protected |
DebugIconStereotype(ValidationProfile profile) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearHighlightColor(Element element) |
java.lang.String |
getHighlightColor(Element element) |
Property |
getHighlightColorProperty() |
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 |
setHighlightColor(Element element,
java.lang.String value) |
apply, unApplyclear, getElement, getElementByNamepublic static final java.lang.String STEREOTYPE_NAME
public static final java.lang.String HIGHLIGHTCOLOR
protected DebugIconStereotype(ValidationProfile profile)
public Stereotype getStereotype()
ProfileImplementation.StereotypeWrappergetStereotype in class ProfileImplementation.StereotypeWrapper@CheckForNull public Property getHighlightColorProperty()
public void setHighlightColor(Element element, @CheckForNull java.lang.String value)
public void clearHighlightColor(Element element)
@CheckForNull public java.lang.String getHighlightColor(Element element)
public boolean is(@CheckForNull
Element element)
ProfileImplementation.StereotypeWrapperis in class ProfileImplementation.StereotypeWrapperelement - elementpublic static boolean isInstance(@CheckForNull
Element element)