Class MagicDrawProfile.InfoStereotype

    • Constructor Detail

    • Method Detail

      • getAuthorProperty

        @CheckForNull
        public Property getAuthorProperty()
      • getVersionProperty

        @CheckForNull
        public Property getVersionProperty()
      • setAuthor

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

        public void clearAuthor​(Element element)
      • getAuthor

        @CheckForNull
        public java.lang.String getAuthor​(Element element)
      • setVersion

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

        public void clearVersion​(Element element)
      • getVersion

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