Class MagicDrawProfile.VirtualStereotype

    • Constructor Detail

    • Method Detail

      • getDetailsProperty

        @CheckForNull
        public Property getDetailsProperty()
      • getNProperty

        @CheckForNull
        public Property getNProperty()
      • setDetails

        public void setDetails​(Element element,
                               @CheckForNull
                               java.util.Collection<java.lang.String> value)
      • clearDetails

        public void clearDetails​(Element element)
      • addDetails

        public void addDetails​(Element element,
                               java.lang.String value)
      • removeDetails

        public void removeDetails​(Element element,
                                  java.lang.String value)
      • getDetails

        public java.util.List<java.lang.String> getDetails​(Element element)
      • setN

        public void setN​(Element element,
                         @CheckForNull
                         java.lang.Integer value)
      • clearN

        public void clearN​(Element element)
      • getN

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