Class MagicDrawProfile.Todo_OwnerStereotype

    • Constructor Detail

      • Todo_OwnerStereotype

        protected Todo_OwnerStereotype​(MagicDrawProfile profile)
    • Method Detail

      • getTodoProperty

        @CheckForNull
        public Property getTodoProperty()
      • setTodo

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

        public void clearTodo​(Element element)
      • addTodo

        public void addTodo​(Element element,
                            java.lang.String value)
      • removeTodo

        public void removeTodo​(Element element,
                               java.lang.String value)
      • getTodo

        public java.util.List<java.lang.String> getTodo​(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)