Class SysMLProfile.DiagramDescriptionStereotype

    • Constructor Detail

      • DiagramDescriptionStereotype

        protected DiagramDescriptionStereotype​(SysMLProfile profile)
    • Method Detail

      • 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
                                        java.lang.String value)
      • clearCompletionstatus

        public void clearCompletionstatus​(Element element)
      • getCompletionstatus

        @CheckForNull
        public java.lang.String getCompletionstatus​(Element element)
      • setDescription

        public void setDescription​(Element element,
                                   @CheckForNull
                                   java.lang.String value)
      • clearDescription

        public void clearDescription​(Element element)
      • getDescription

        @CheckForNull
        public java.lang.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
                               java.lang.String value)
      • clearVersion

        public void clearVersion​(Element element)
      • getVersion

        @CheckForNull
        public java.lang.String getVersion​(Element element)
      • clear

        protected void clear()
      • is

        public boolean is​(@CheckForNull
                          Element element)
      • isInstance

        public static boolean isInstance​(@CheckForNull
                                         Element element)