Class MagicDrawProfile.CustomImageHolderStereotype

    • Constructor Detail

      • CustomImageHolderStereotype

        protected CustomImageHolderStereotype​(MagicDrawProfile profile)
    • Method Detail

      • getContentProperty

        @CheckForNull
        public Property getContentProperty()
      • getFormatProperty

        @CheckForNull
        public Property getFormatProperty()
      • getLocationProperty

        @CheckForNull
        public Property getLocationProperty()
      • setContent

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

        public void clearContent​(Element element)
      • getContent

        @CheckForNull
        public java.lang.String getContent​(Element element)
      • setFormat

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

        public void clearFormat​(Element element)
      • getFormat

        @CheckForNull
        public java.lang.String getFormat​(Element element)
      • setLocation

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

        public void clearLocation​(Element element)
      • getLocation

        @CheckForNull
        public java.lang.String getLocation​(Element element)
      • is

        public boolean is​(@CheckForNull
                          Element element)
      • isInstance

        public static boolean isInstance​(@CheckForNull
                                         Element element)