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