public static class MagicDrawProfile.ParameterDefinitionStereotype extends ProfileImplementation.StereotypeWrapper
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ABBREVIATION |
static java.lang.String |
SETASCONTEXT |
static java.lang.String |
STEREOTYPE_NAME |
Modifier | Constructor and Description |
---|---|
protected |
ParameterDefinitionStereotype(MagicDrawProfile profile) |
Modifier and Type | Method and Description |
---|---|
protected void |
clear() |
void |
clearAbbreviation(Element element) |
void |
clearSetAsContext(Element element) |
java.lang.String |
getAbbreviation(Element element) |
Property |
getAbbreviationProperty() |
Property |
getSetAsContextProperty() |
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) |
java.lang.Boolean |
isSetAsContext(Element element) |
void |
setAbbreviation(Element element,
java.lang.String value) |
void |
setSetAsContext(Element element,
java.lang.Boolean value) |
apply, unApply
getElement, getElementByName
public static final java.lang.String STEREOTYPE_NAME
public static final java.lang.String ABBREVIATION
public static final java.lang.String SETASCONTEXT
protected ParameterDefinitionStereotype(MagicDrawProfile profile)
public Stereotype getStereotype()
ProfileImplementation.StereotypeWrapper
getStereotype
in class ProfileImplementation.StereotypeWrapper
@CheckForNull public Property getAbbreviationProperty()
@CheckForNull public Property getSetAsContextProperty()
public void setAbbreviation(Element element, @CheckForNull java.lang.String value)
public void clearAbbreviation(Element element)
@CheckForNull public java.lang.String getAbbreviation(Element element)
public void setSetAsContext(Element element, @CheckForNull java.lang.Boolean value)
public void clearSetAsContext(Element element)
@CheckForNull public java.lang.Boolean isSetAsContext(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)