public static class ValidationProfile.WarningIconStereotype 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 |
WarningIconStereotype(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, unApply
clear, getElement, getElementByName
public static final java.lang.String STEREOTYPE_NAME
public static final java.lang.String HIGHLIGHTCOLOR
protected WarningIconStereotype(ValidationProfile profile)
public Stereotype getStereotype()
ProfileImplementation.StereotypeWrapper
getStereotype
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.StereotypeWrapper
is
in class ProfileImplementation.StereotypeWrapper
element
- elementpublic static boolean isInstance(@CheckForNull Element element)