public static class MagicDrawProfile.UseCaseViewStereotype extends ProfileImplementation.StereotypeWrapper
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
STEREOTYPE_NAME |
static java.lang.String |
USECASEVIEWID |
| Modifier | Constructor and Description |
|---|---|
protected |
UseCaseViewStereotype(MagicDrawProfile profile) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clear() |
void |
clearUseCaseViewID(Element element) |
Stereotype |
getStereotype()
Returns stereotype for this wrapper.
|
java.lang.Integer |
getUseCaseViewID(Element element) |
Property |
getUseCaseViewIDProperty() |
boolean |
is(Element element)
Checks if stereotype of this wrapper is applied to given element.
|
static boolean |
isInstance(Element element) |
void |
setUseCaseViewID(Element element,
java.lang.Integer value) |
apply, unApplygetElement, getElementByNamepublic static final java.lang.String STEREOTYPE_NAME
public static final java.lang.String USECASEVIEWID
protected UseCaseViewStereotype(MagicDrawProfile profile)
public Stereotype getStereotype()
ProfileImplementation.StereotypeWrappergetStereotype in class ProfileImplementation.StereotypeWrapper@CheckForNull public Property getUseCaseViewIDProperty()
public void setUseCaseViewID(Element element, @CheckForNull java.lang.Integer value)
public void clearUseCaseViewID(Element element)
@CheckForNull public java.lang.Integer getUseCaseViewID(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)