Class MagicDrawProfile.LegendStereotype

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

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

    • STEREOTYPE_NAME

      public static final String STEREOTYPE_NAME
      See Also:
    • DIAGRAMSBYCONDITION

      public static final String DIAGRAMSBYCONDITION
      Specify the condition to check the diagrams for which the legend should be applied.
      See Also:
  • Constructor Details

  • 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
    • getDiagramsByConditionProperty

      @CheckForNull public Property getDiagramsByConditionProperty()
    • setDiagramsByCondition

      public void setDiagramsByCondition(Element element, @CheckForNull Object value)
    • clearDiagramsByCondition

      public void clearDiagramsByCondition(Element element)
    • getDiagramsByCondition

      @CheckForNull public Object getDiagramsByCondition(Element element)
    • clear

      protected void clear()
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)