Class MagicDrawProfile.SetterStereotype

    • Field Detail

      • GETTER_SETTER_FOR_ATTRIBUTE

        public static final java.lang.String GETTER_SETTER_FOR_ATTRIBUTE
        See Also:
        Constant Field Values
      • gettersetterforattribute

        @CheckForNull
        private Property gettersetterforattribute
    • Constructor Detail

    • Method Detail

      • getGettersetterforattributeProperty

        @CheckForNull
        public Property getGettersetterforattributeProperty()
      • setGettersetterforattribute

        public void setGettersetterforattribute​(Element element,
                                                @CheckForNull
                                                Element value)
      • clearGettersetterforattribute

        public void clearGettersetterforattribute​(Element element)
      • getGettersetterforattribute

        @CheckForNull
        public Element getGettersetterforattribute​(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)