Class SysMLProfile.DiagramDescriptionStereotype

java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.sysml.util.SysMLProfile.DiagramDescriptionStereotype
Enclosing class:
SysMLProfile

public static class SysMLProfile.DiagramDescriptionStereotype extends ProfileImplementation.StereotypeWrapper
  • Field Details

  • Constructor Details

    • DiagramDescriptionStereotype

      protected DiagramDescriptionStereotype(SysMLProfile 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
    • getCompletionstatusProperty

      @CheckForNull public Property getCompletionstatusProperty()
    • getDescriptionProperty

      @CheckForNull public Property getDescriptionProperty()
    • getReferenceProperty

      @CheckForNull public Property getReferenceProperty()
    • getVersionProperty

      @CheckForNull public Property getVersionProperty()
    • setCompletionstatus

      public void setCompletionstatus(Element element, @CheckForNull String value)
    • clearCompletionstatus

      public void clearCompletionstatus(Element element)
    • getCompletionstatus

      @CheckForNull public String getCompletionstatus(Element element)
    • setDescription

      public void setDescription(Element element, @CheckForNull String value)
    • clearDescription

      public void clearDescription(Element element)
    • getDescription

      @CheckForNull public String getDescription(Element element)
    • setReference

      public void setReference(Element element, @CheckForNull Element value)
    • clearReference

      public void clearReference(Element element)
    • getReference

      @CheckForNull public Element getReference(Element element)
    • setVersion

      public void setVersion(Element element, @CheckForNull String value)
    • clearVersion

      public void clearVersion(Element element)
    • getVersion

      @CheckForNull public String getVersion(Element element)
    • clear

      protected void clear()
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)