@OpenApi protected abstract static class ProfileImplementation.StereotypeWrapper extends ProfileImplementation.ProfileElementWrapper<Stereotype>
Modifier and Type | Method and Description |
---|---|
void |
apply(Element element)
Applies stereotype of this wrapper to given element.
|
abstract Stereotype |
getStereotype()
Returns stereotype for this wrapper.
|
void |
unApply(Element element)
Removes applied stereotype of this wrapper from given element.
|
clear, getElement, getElementByName
@OpenApi public void apply(Element element)
element
- element@OpenApi public void unApply(Element element)
element
- element@OpenApi public abstract Stereotype getStereotype()