Class MagicDrawProfile.TypeModifierStereotype

    • Constructor Detail

      • TypeModifierStereotype

        protected TypeModifierStereotype​(MagicDrawProfile profile)
    • Method Detail

      • getTypeModifierProperty

        @CheckForNull
        public Property getTypeModifierProperty()
      • setTypeModifier

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

        public void clearTypeModifier​(Element element)
      • getTypeModifier

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