Class MagicDrawProfile.HasGroupNameStereotype

    • Constructor Detail

      • HasGroupNameStereotype

        protected HasGroupNameStereotype​(MagicDrawProfile profile)
    • Method Detail

      • getGroupNameProperty

        @CheckForNull
        public Property getGroupNameProperty()
      • setGroupName

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

        public void clearGroupName​(Element element)
      • getGroupName

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