Class SysBackgroundImageExample.Criterion

    • Constructor Detail

      • Criterion

        protected Criterion​(String condition)
      • Criterion

        protected Criterion​(String condition,
                            Object value,
                            String typeHandler)
      • Criterion

        protected Criterion​(String condition,
                            Object value)
      • Criterion

        protected Criterion​(String condition,
                            Object value,
                            Object secondValue)
    • Method Detail

      • getCondition

        public String getCondition()
      • getValue

        public Object getValue()
      • getSecondValue

        public Object getSecondValue()
      • isNoValue

        public boolean isNoValue()
      • isSingleValue

        public boolean isSingleValue()
      • isBetweenValue

        public boolean isBetweenValue()
      • isListValue

        public boolean isListValue()
      • getTypeHandler

        public String getTypeHandler()