Class MagicDrawProfile.DeprecatedStereotype

    • Constructor Detail

      • DeprecatedStereotype

        protected DeprecatedStereotype​(MagicDrawProfile profile)
    • Method Detail

      • getDeprecatedReasonProperty

        @CheckForNull
        public Property getDeprecatedReasonProperty()
      • setDeprecatedReason

        public void setDeprecatedReason​(Element element,
                                        @CheckForNull
                                        java.lang.String value)
      • clearDeprecatedReason

        public void clearDeprecatedReason​(Element element)
      • getDeprecatedReason

        @CheckForNull
        public java.lang.String getDeprecatedReason​(Element element)
      • clear

        protected void clear()
      • 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)