Class MagicDrawProfile.AttachedFileStereotype

    • Constructor Detail

      • AttachedFileStereotype

        protected AttachedFileStereotype​(MagicDrawProfile profile)
    • Method Detail

      • getAttachedAtProperty

        @CheckForNull
        public Property getAttachedAtProperty()
      • getAuthorProperty

        @CheckForNull
        public Property getAuthorProperty()
      • getFileProperty

        @CheckForNull
        public Property getFileProperty()
      • getModifiedAtProperty

        @CheckForNull
        public Property getModifiedAtProperty()
      • getSizeProperty

        @CheckForNull
        public Property getSizeProperty()
      • setAttachedAt

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

        public void clearAttachedAt​(Element element)
      • getAttachedAt

        @CheckForNull
        public java.lang.Object getAttachedAt​(Element element)
      • 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)
      • setFile

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

        public void clearFile​(Element element)
      • getFile

        @CheckForNull
        public java.lang.String getFile​(Element element)
      • setModifiedAt

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

        public void clearModifiedAt​(Element element)
      • getModifiedAt

        @CheckForNull
        public java.lang.Object getModifiedAt​(Element element)
      • setSize

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

        public void clearSize​(Element element)
      • getSize

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