public static class MagicDrawProfile.SmartPackageStereotype extends ProfileImplementation.StereotypeWrapper
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ADDITIONALELEMENTS |
static java.lang.String |
EXCLUDEDELEMENTS |
static java.lang.String |
QUERY |
static java.lang.String |
STEREOTYPE_NAME |
static java.lang.String |
USEINSELECTIONDIALOGS
This option determines whether contents of this smart package should be calculated and taken into account when operating in various Select Element dialogs.
|
Modifier | Constructor and Description |
---|---|
protected |
SmartPackageStereotype(MagicDrawProfile profile) |
apply, unApply
getElement, getElementByName
public static final java.lang.String STEREOTYPE_NAME
public static final java.lang.String ADDITIONALELEMENTS
public static final java.lang.String EXCLUDEDELEMENTS
public static final java.lang.String QUERY
public static final java.lang.String USEINSELECTIONDIALOGS
protected SmartPackageStereotype(MagicDrawProfile profile)
public Stereotype getStereotype()
ProfileImplementation.StereotypeWrapper
getStereotype
in class ProfileImplementation.StereotypeWrapper
@CheckForNull public Property getAdditionalElementsProperty()
@CheckForNull public Property getExcludedElementsProperty()
@CheckForNull public Property getQueryProperty()
@CheckForNull public Property getUseInSelectionDialogsProperty()
public void setAdditionalElements(Element element, @CheckForNull java.util.Collection<? extends Element> value)
public void clearAdditionalElements(Element element)
public void setExcludedElements(Element element, @CheckForNull java.util.Collection<? extends Element> value)
public void clearExcludedElements(Element element)
public void setQuery(Element element, @CheckForNull java.lang.Object value)
public void clearQuery(Element element)
@CheckForNull public java.lang.Object getQuery(Element element)
public void setUseInSelectionDialogs(Element element, @CheckForNull java.lang.Boolean value)
public void clearUseInSelectionDialogs(Element element)
@CheckForNull public java.lang.Boolean isUseInSelectionDialogs(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)