Class MagicDrawProfile.LegendItemStereotype

java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.uml2.MagicDrawProfile.LegendItemStereotype
Enclosing class:
MagicDrawProfile

public static class MagicDrawProfile.LegendItemStereotype extends ProfileImplementation.StereotypeWrapper
  • Field Details

  • Constructor Details

    • LegendItemStereotype

      protected LegendItemStereotype(MagicDrawProfile profile)
  • Method Details

    • getStereotype

      public Stereotype getStereotype()
      Description copied from class: ProfileImplementation.StereotypeWrapper
      Returns stereotype for this wrapper.
      Specified by:
      getStereotype in class ProfileImplementation.StereotypeWrapper
      Returns:
      stereotype
    • getAdornedPropertiesProperty

      @CheckForNull public Property getAdornedPropertiesProperty()
    • getAdornmentProperty

      @CheckForNull public Property getAdornmentProperty()
    • getPriorityProperty

      @CheckForNull public Property getPriorityProperty()
    • getImplementationProperty

      @CheckForNull public Property getImplementationProperty()
    • setAdornedProperties

      public void setAdornedProperties(Element element, @CheckForNull Collection<String> value)
    • clearAdornedProperties

      public void clearAdornedProperties(Element element)
    • addAdornedProperties

      public void addAdornedProperties(Element element, String value)
    • removeAdornedProperties

      public void removeAdornedProperties(Element element, String value)
    • getAdornedProperties

      public List<String> getAdornedProperties(Element element)
    • setAdornment

      public void setAdornment(Element element, @CheckForNull Object value)
    • clearAdornment

      public void clearAdornment(Element element)
    • getAdornment

      @CheckForNull public Object getAdornment(Element element)
    • setPriority

      public void setPriority(Element element, @CheckForNull Integer value)
    • clearPriority

      public void clearPriority(Element element)
    • getPriority

      @CheckForNull public Integer getPriority(Element element)
    • setImplementation

      public void setImplementation(Element element, @CheckForNull String value)
    • clearImplementation

      public void clearImplementation(Element element)
    • getImplementation

      @CheckForNull public String getImplementation(Element element)
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)