Class MagicDrawProfile.ReplaceTaggedValueStereotype

    • Field Detail

      • ADDSTEREOTYPEIFNOTADDED

        public static final java.lang.String ADDSTEREOTYPEIFNOTADDED
        See Also:
        Constant Field Values
      • ADDTODOIFTAGDOESNOTEXIST

        public static final java.lang.String ADDTODOIFTAGDOESNOTEXIST
        See Also:
        Constant Field Values
      • CASESENSITIVEENUMERATIONLITERAL

        public static final java.lang.String CASESENSITIVEENUMERATIONLITERAL
        See Also:
        Constant Field Values
      • addStereotypeIfNotAdded

        @CheckForNull
        private Property addStereotypeIfNotAdded
      • addToDoIfTagDoesNotExist

        @CheckForNull
        private Property addToDoIfTagDoesNotExist
      • caseSensitiveEnumerationLiteral

        @CheckForNull
        private Property caseSensitiveEnumerationLiteral
    • Constructor Detail

      • ReplaceTaggedValueStereotype

        protected ReplaceTaggedValueStereotype​(MagicDrawProfile profile)
    • Method Detail

      • getAddStereotypeIfNotAddedProperty

        @CheckForNull
        public Property getAddStereotypeIfNotAddedProperty()
      • getAddToDoIfTagDoesNotExistProperty

        @CheckForNull
        public Property getAddToDoIfTagDoesNotExistProperty()
      • getCaseSensitiveEnumerationLiteralProperty

        @CheckForNull
        public Property getCaseSensitiveEnumerationLiteralProperty()
      • setAddStereotypeIfNotAdded

        public void setAddStereotypeIfNotAdded​(Element element,
                                               @CheckForNull
                                               java.lang.Boolean value)
      • clearAddStereotypeIfNotAdded

        public void clearAddStereotypeIfNotAdded​(Element element)
      • isAddStereotypeIfNotAdded

        @CheckForNull
        public java.lang.Boolean isAddStereotypeIfNotAdded​(Element element)
      • setAddToDoIfTagDoesNotExist

        public void setAddToDoIfTagDoesNotExist​(Element element,
                                                @CheckForNull
                                                java.lang.Boolean value)
      • clearAddToDoIfTagDoesNotExist

        public void clearAddToDoIfTagDoesNotExist​(Element element)
      • isAddToDoIfTagDoesNotExist

        @CheckForNull
        public java.lang.Boolean isAddToDoIfTagDoesNotExist​(Element element)
      • setCaseSensitiveEnumerationLiteral

        public void setCaseSensitiveEnumerationLiteral​(Element element,
                                                       @CheckForNull
                                                       java.lang.Boolean value)
      • clearCaseSensitiveEnumerationLiteral

        public void clearCaseSensitiveEnumerationLiteral​(Element element)
      • isCaseSensitiveEnumerationLiteral

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