Class MagicDrawProfile.SearchRuleStereotype

    • Constructor Detail

      • SearchRuleStereotype

        protected SearchRuleStereotype​(MagicDrawProfile profile)
    • Method Detail

      • getImplementationProperty

        @CheckForNull
        public Property getImplementationProperty()
      • setImplementation

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

        public void clearImplementation​(Element element)
      • getImplementation

        @CheckForNull
        public java.lang.String getImplementation​(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)