Class MagicDrawProfile.SuggestedStringValuesStereotype

    • Constructor Detail

      • SuggestedStringValuesStereotype

        protected SuggestedStringValuesStereotype​(MagicDrawProfile profile)
    • Method Detail

      • getValuesProperty

        @CheckForNull
        public Property getValuesProperty()
      • setValues

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

        public void clearValues​(Element element)
      • addValues

        public void addValues​(Element element,
                              java.lang.String value)
      • removeValues

        public void removeValues​(Element element,
                                 java.lang.String value)
      • getValues

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