Class SysMLProfile.DiagramDescriptionStereotype

  • Enclosing class:
    SysMLProfile

    public static class SysMLProfile.DiagramDescriptionStereotype
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private SysMLProfile _p  
      static java.lang.String COMPLETION_STATUS  
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property completionstatus  
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property description  
      static java.lang.String DESCRIPTION  
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property reference  
      static java.lang.String REFERENCE  
      static java.lang.String STEREOTYPE_NAME  
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property version  
      static java.lang.String VERSION  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void clear()  
      void clearCompletionstatus​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      void clearDescription​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      void clearReference​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      void clearVersion​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      java.lang.String getCompletionstatus​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getCompletionstatusProperty()  
      java.lang.String getDescription​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getDescriptionProperty()  
      com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element getReference​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getReferenceProperty()  
      com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getStereotype()  
      java.lang.String getVersion​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getVersionProperty()  
      boolean is​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      static boolean isInstance​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      void setCompletionstatus​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element, java.lang.String value)  
      void setDescription​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element, java.lang.String value)  
      void setReference​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element, com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element value)  
      void setVersion​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element, java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COMPLETION_STATUS

        public static final java.lang.String COMPLETION_STATUS
        See Also:
        Constant Field Values
      • completionstatus

        @CheckForNull
        private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property completionstatus
      • description

        @CheckForNull
        private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property description
      • reference

        @CheckForNull
        private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property reference
      • version

        @CheckForNull
        private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property version
    • Constructor Detail

      • DiagramDescriptionStereotype

        protected DiagramDescriptionStereotype​(SysMLProfile profile)
    • Method Detail

      • getStereotype

        public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getStereotype()
      • getCompletionstatusProperty

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getCompletionstatusProperty()
      • getDescriptionProperty

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getDescriptionProperty()
      • getReferenceProperty

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getReferenceProperty()
      • getVersionProperty

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getVersionProperty()
      • setCompletionstatus

        public void setCompletionstatus​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element,
                                        @CheckForNull
                                        java.lang.String value)
      • clearCompletionstatus

        public void clearCompletionstatus​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
      • getCompletionstatus

        @CheckForNull
        public java.lang.String getCompletionstatus​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
      • setDescription

        public void setDescription​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element,
                                   @CheckForNull
                                   java.lang.String value)
      • clearDescription

        public void clearDescription​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
      • getDescription

        @CheckForNull
        public java.lang.String getDescription​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
      • setReference

        public void setReference​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element,
                                 @CheckForNull
                                 com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element value)
      • clearReference

        public void clearReference​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
      • getReference

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element getReference​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
      • setVersion

        public void setVersion​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element,
                               @CheckForNull
                               java.lang.String value)
      • clearVersion

        public void clearVersion​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
      • getVersion

        @CheckForNull
        public java.lang.String getVersion​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
      • clear

        protected void clear()
      • is

        public boolean is​(@CheckForNull
                          com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
      • isInstance

        public static boolean isInstance​(@CheckForNull
                                         com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)