public static class MagicDrawProfile.SddSubsystemStereotype extends ProfileImplementation.StereotypeWrapper
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
STEREOTYPE_NAME |
static java.lang.String |
SUBSYSTEMINTERACTIONS |
static java.lang.String |
SUBSYSTEMRESOURCES |
Modifier | Constructor and Description |
---|---|
protected |
SddSubsystemStereotype(MagicDrawProfile profile) |
Modifier and Type | Method and Description |
---|---|
protected void |
clear() |
void |
clearSubsystemInteractions(Element element) |
void |
clearSubsystemResources(Element element) |
Stereotype |
getStereotype()
Returns stereotype for this wrapper.
|
java.lang.String |
getSubsystemInteractions(Element element) |
Property |
getSubsystemInteractionsProperty() |
java.lang.String |
getSubsystemResources(Element element) |
Property |
getSubsystemResourcesProperty() |
boolean |
is(Element element)
Checks if stereotype of this wrapper is applied to given element.
|
static boolean |
isInstance(Element element) |
void |
setSubsystemInteractions(Element element,
java.lang.String value) |
void |
setSubsystemResources(Element element,
java.lang.String value) |
apply, unApply
getElement, getElementByName
public static final java.lang.String STEREOTYPE_NAME
public static final java.lang.String SUBSYSTEMINTERACTIONS
public static final java.lang.String SUBSYSTEMRESOURCES
protected SddSubsystemStereotype(MagicDrawProfile profile)
public Stereotype getStereotype()
ProfileImplementation.StereotypeWrapper
getStereotype
in class ProfileImplementation.StereotypeWrapper
@CheckForNull public Property getSubsystemInteractionsProperty()
@CheckForNull public Property getSubsystemResourcesProperty()
public void setSubsystemInteractions(Element element, @CheckForNull java.lang.String value)
public void clearSubsystemInteractions(Element element)
@CheckForNull public java.lang.String getSubsystemInteractions(Element element)
public void setSubsystemResources(Element element, @CheckForNull java.lang.String value)
public void clearSubsystemResources(Element element)
@CheckForNull public java.lang.String getSubsystemResources(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)