Class SysMLProfile.UniformStereotype

    • Constructor Detail

      • UniformStereotype

        protected UniformStereotype​(SysMLProfile profile)
    • Method Detail

      • getMaxProperty

        @CheckForNull
        public Property getMaxProperty()
      • getMinProperty

        @CheckForNull
        public Property getMinProperty()
      • setMax

        public void setMax​(Element element,
                           @CheckForNull
                           java.lang.Double value)
      • clearMax

        public void clearMax​(Element element)
      • getMax

        @CheckForNull
        public java.lang.Double getMax​(Element element)
      • setMin

        public void setMin​(Element element,
                           @CheckForNull
                           java.lang.Double value)
      • clearMin

        public void clearMin​(Element element)
      • getMin

        @CheckForNull
        public java.lang.Double getMin​(Element element)
      • is

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

        public static boolean isInstance​(@CheckForNull
                                         Element element)