public static class MagicDrawProfile.NumberOwnerStereotype extends ProfileImplementation.StereotypeWrapper
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CUSTOMNUMBERINGDATA |
static java.lang.String |
STEREOTYPE_NAME |
Modifier | Constructor and Description |
---|---|
protected |
NumberOwnerStereotype(MagicDrawProfile profile) |
Modifier and Type | Method and Description |
---|---|
void |
addCustomNumberingData(Element element,
java.lang.String value) |
protected void |
clear() |
void |
clearCustomNumberingData(Element element) |
java.util.List<java.lang.String> |
getCustomNumberingData(Element element) |
Property |
getCustomNumberingDataProperty() |
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 |
removeCustomNumberingData(Element element,
java.lang.String value) |
void |
setCustomNumberingData(Element element,
java.util.Collection<java.lang.String> value) |
apply, unApply
getElement, getElementByName
public static final java.lang.String STEREOTYPE_NAME
public static final java.lang.String CUSTOMNUMBERINGDATA
protected NumberOwnerStereotype(MagicDrawProfile profile)
public Stereotype getStereotype()
ProfileImplementation.StereotypeWrapper
getStereotype
in class ProfileImplementation.StereotypeWrapper
@CheckForNull public Property getCustomNumberingDataProperty()
public void setCustomNumberingData(Element element, @CheckForNull java.util.Collection<java.lang.String> value)
public void clearCustomNumberingData(Element element)
public void addCustomNumberingData(Element element, java.lang.String value)
public void removeCustomNumberingData(Element element, java.lang.String value)
public java.util.List<java.lang.String> getCustomNumberingData(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)