Class MagicDrawProfile.DiagramInfoStereotype

    • Constructor Detail

      • DiagramInfoStereotype

        protected DiagramInfoStereotype​(MagicDrawProfile profile)
    • Method Detail

      • getAuthorProperty

        @CheckForNull
        public Property getAuthorProperty()
      • getCreationdateProperty

        @CheckForNull
        public Property getCreationdateProperty()
      • getLastmodifiedbyProperty

        @CheckForNull
        public Property getLastmodifiedbyProperty()
      • getModificationdateProperty

        @CheckForNull
        public Property getModificationdateProperty()
      • 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)
      • setCreationdate

        public void setCreationdate​(Element element,
                                    @CheckForNull
                                    java.lang.Object value)
      • clearCreationdate

        public void clearCreationdate​(Element element)
      • getCreationdate

        @CheckForNull
        public java.lang.Object getCreationdate​(Element element)
      • setLastmodifiedby

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

        public void clearLastmodifiedby​(Element element)
      • getLastmodifiedby

        @CheckForNull
        public java.lang.String getLastmodifiedby​(Element element)
      • setModificationdate

        public void setModificationdate​(Element element,
                                        @CheckForNull
                                        java.lang.Object value)
      • clearModificationdate

        public void clearModificationdate​(Element element)
      • getModificationdate

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