public static class MagicDrawProfile.DerivedPropertiesSuiteStereotype extends ProfileImplementation.StereotypeWrapper
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
STEREOTYPE_NAME |
static java.lang.String |
TREATASAUXILIARYINOWNINGPROJECT |
| Modifier | Constructor and Description |
|---|---|
protected |
DerivedPropertiesSuiteStereotype(MagicDrawProfile profile) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearTreatAsAuxiliaryInOwningProject(Element element) |
Stereotype |
getStereotype()
Returns stereotype for this wrapper.
|
Property |
getTreatAsAuxiliaryInOwningProjectProperty() |
boolean |
is(Element element)
Checks if stereotype of this wrapper is applied to given element.
|
static boolean |
isInstance(Element element) |
java.lang.Boolean |
isTreatAsAuxiliaryInOwningProject(Element element) |
void |
setTreatAsAuxiliaryInOwningProject(Element element,
java.lang.Boolean value) |
apply, unApplyclear, getElement, getElementByNamepublic static final java.lang.String STEREOTYPE_NAME
public static final java.lang.String TREATASAUXILIARYINOWNINGPROJECT
protected DerivedPropertiesSuiteStereotype(MagicDrawProfile profile)
public Stereotype getStereotype()
ProfileImplementation.StereotypeWrappergetStereotype in class ProfileImplementation.StereotypeWrapper@CheckForNull public Property getTreatAsAuxiliaryInOwningProjectProperty()
public void setTreatAsAuxiliaryInOwningProject(Element element, @CheckForNull java.lang.Boolean value)
public void clearTreatAsAuxiliaryInOwningProject(Element element)
@CheckForNull public java.lang.Boolean isTreatAsAuxiliaryInOwningProject(Element element)
public boolean is(@CheckForNull
Element element)
ProfileImplementation.StereotypeWrapperis in class ProfileImplementation.StereotypeWrapperelement - elementpublic static boolean isInstance(@CheckForNull
Element element)