Class UIPrototypingProfile.ProgressBarStereotype

    • Method Detail

      • getValueProperty

        @CheckForNull
        public Property getValueProperty()
      • getVerticalProperty

        @CheckForNull
        public Property getVerticalProperty()
      • getMaximumValueProperty

        @CheckForNull
        public Property getMaximumValueProperty()
      • getMinimumValueProperty

        @CheckForNull
        public Property getMinimumValueProperty()
      • setValue

        public void setValue​(Element element,
                             java.lang.Integer value)
      • clearValue

        public void clearValue​(Element element)
      • getValue

        @CheckForNull
        public java.lang.Integer getValue​(Element element)
      • setVertical

        public void setVertical​(Element element,
                                java.lang.Boolean value)
      • clearVertical

        public void clearVertical​(Element element)
      • isVertical

        @CheckForNull
        public java.lang.Boolean isVertical​(Element element)
      • setMaximumValue

        public void setMaximumValue​(Element element,
                                    java.lang.Integer value)
      • clearMaximumValue

        public void clearMaximumValue​(Element element)
      • getMaximumValue

        @CheckForNull
        public java.lang.Integer getMaximumValue​(Element element)
      • setMinimumValue

        public void setMinimumValue​(Element element,
                                    java.lang.Integer value)
      • clearMinimumValue

        public void clearMinimumValue​(Element element)
      • getMinimumValue

        @CheckForNull
        public java.lang.Integer getMinimumValue​(Element element)
      • is

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

        public static boolean isInstance​(@CheckForNull
                                         Element element)