Class MagicDrawProfile.DerivedPropertiesSuiteStereotype

    • Constructor Detail

      • DerivedPropertiesSuiteStereotype

        protected DerivedPropertiesSuiteStereotype​(MagicDrawProfile profile)
    • Method Detail

      • getTreatAsAuxiliaryInOwningProjectProperty

        @CheckForNull
        public Property getTreatAsAuxiliaryInOwningProjectProperty()
      • setTreatAsAuxiliaryInOwningProject

        public void setTreatAsAuxiliaryInOwningProject​(Element element,
                                                       @CheckForNull
                                                       java.lang.Boolean value)
      • clearTreatAsAuxiliaryInOwningProject

        public void clearTreatAsAuxiliaryInOwningProject​(Element element)
      • isTreatAsAuxiliaryInOwningProject

        @CheckForNull
        public java.lang.Boolean isTreatAsAuxiliaryInOwningProject​(Element element)
      • is

        public boolean is​(@CheckForNull
                          Element element)
        Description copied from class: ProfileImplementation.StereotypeWrapper
        Checks if stereotype of this wrapper is applied to given element.
        Parameters:
        element - element
        Returns:
        true if stereotype of this wrapper is applied to given element
      • isInstance

        public static boolean isInstance​(@CheckForNull
                                         Element element)