Class MagicDrawProfile.NumberOwnerStereotype

    • Constructor Detail

      • NumberOwnerStereotype

        protected NumberOwnerStereotype​(MagicDrawProfile profile)
    • Method Detail

      • getCustomNumberingDataProperty

        @CheckForNull
        public Property getCustomNumberingDataProperty()
      • setCustomNumberingData

        public void setCustomNumberingData​(Element element,
                                           @CheckForNull
                                           java.util.Collection<java.lang.String> value)
      • clearCustomNumberingData

        public void clearCustomNumberingData​(Element element)
      • addCustomNumberingData

        public void addCustomNumberingData​(Element element,
                                           java.lang.String value)
      • removeCustomNumberingData

        public void removeCustomNumberingData​(Element element,
                                              java.lang.String value)
      • getCustomNumberingData

        public java.util.List<java.lang.String> getCustomNumberingData​(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)