Class MagicDrawProfile.DiagramInfoStereotype

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

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

  • Constructor Details

    • DiagramInfoStereotype

      protected DiagramInfoStereotype(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
    • getAuthorProperty

      @CheckForNull public Property getAuthorProperty()
    • getCreationdateProperty

      @CheckForNull public Property getCreationdateProperty()
    • getLastmodifiedbyProperty

      @CheckForNull public Property getLastmodifiedbyProperty()
    • getModificationdateProperty

      @CheckForNull public Property getModificationdateProperty()
    • setAuthor

      public void setAuthor(Element element, @CheckForNull String value)
    • clearAuthor

      public void clearAuthor(Element element)
    • getAuthor

      @CheckForNull public String getAuthor(Element element)
    • setCreationdate

      public void setCreationdate(Element element, @CheckForNull Object value)
    • clearCreationdate

      public void clearCreationdate(Element element)
    • getCreationdate

      @CheckForNull public Object getCreationdate(Element element)
    • setLastmodifiedby

      public void setLastmodifiedby(Element element, @CheckForNull String value)
    • clearLastmodifiedby

      public void clearLastmodifiedby(Element element)
    • getLastmodifiedby

      @CheckForNull public String getLastmodifiedby(Element element)
    • setModificationdate

      public void setModificationdate(Element element, @CheckForNull Object value)
    • clearModificationdate

      public void clearModificationdate(Element element)
    • getModificationdate

      @CheckForNull public Object getModificationdate(Element element)
    • clear

      protected void clear()
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)