Class IntegerRangePredicate<T>

    • Method Detail

      • getValueInt

        protected abstract Integer getValueInt​(T object)
                                        throws com.google.gwtorm.server.OrmException
        Throws:
        com.google.gwtorm.server.OrmException
      • match

        public boolean match​(T object)
                      throws com.google.gwtorm.server.OrmException
        Throws:
        com.google.gwtorm.server.OrmException
      • getMinimumValue

        public int getMinimumValue()
        Return the minimum value of this predicate's range, inclusive.
      • getMaximumValue

        public int getMaximumValue()
        Return the maximum value of this predicate's range, inclusive.