Class MagicDrawProfile.UseCaseViewStereotype

    • Constructor Detail

      • UseCaseViewStereotype

        protected UseCaseViewStereotype​(MagicDrawProfile profile)
    • Method Detail

      • getUseCaseViewIDProperty

        @CheckForNull
        public Property getUseCaseViewIDProperty()
      • setUseCaseViewID

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

        public void clearUseCaseViewID​(Element element)
      • getUseCaseViewID

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