public static class MagicDrawProfile.ImplementationModelStereotype extends ProfileImplementation.StereotypeWrapper
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IMPLEMENTATIONMODELID |
static java.lang.String |
STEREOTYPE_NAME |
Modifier | Constructor and Description |
---|---|
protected |
ImplementationModelStereotype(MagicDrawProfile profile) |
Modifier and Type | Method and Description |
---|---|
protected void |
clear() |
void |
clearImplementationModelID(Element element) |
java.lang.Integer |
getImplementationModelID(Element element) |
Property |
getImplementationModelIDProperty() |
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 |
setImplementationModelID(Element element,
java.lang.Integer value) |
apply, unApply
getElement, getElementByName
public static final java.lang.String STEREOTYPE_NAME
public static final java.lang.String IMPLEMENTATIONMODELID
protected ImplementationModelStereotype(MagicDrawProfile profile)
public Stereotype getStereotype()
ProfileImplementation.StereotypeWrapper
getStereotype
in class ProfileImplementation.StereotypeWrapper
@CheckForNull public Property getImplementationModelIDProperty()
public void setImplementationModelID(Element element, @CheckForNull java.lang.Integer value)
public void clearImplementationModelID(Element element)
@CheckForNull public java.lang.Integer getImplementationModelID(Element element)
protected void clear()
clear
in class ProfileImplementation.ProfileElementWrapper<Stereotype>
public boolean is(@CheckForNull Element element)
ProfileImplementation.StereotypeWrapper
is
in class ProfileImplementation.StereotypeWrapper
element
- elementpublic static boolean isInstance(@CheckForNull Element element)