public class FilterIntegerTiny<T> extends FilterBase<T> implements IntegerTinyFilterable<T>
| Constructor and Description |
|---|
FilterIntegerTiny(AbstractFilter filter,
List<Filter> filters,
T originalRequest) |
| Modifier and Type | Method and Description |
|---|---|
T |
is(byte value) |
T |
isBetween(byte from,
byte to) |
T |
isBetweenOrEqualTo(byte from,
byte to) |
T |
isGreaterThan(byte value) |
T |
isGreaterThanOrEqualTo(byte value) |
T |
isLessThan(byte value) |
T |
isLessThanOrEqualTo(byte value) |
T |
isNot(byte value) |
public FilterIntegerTiny(AbstractFilter filter, List<Filter> filters, T originalRequest)
public T is(byte value)
is in interface IntegerTinyFilterable<T>public T isNot(byte value)
isNot in interface IntegerTinyFilterable<T>public T isLessThan(byte value)
isLessThan in interface IntegerTinyFilterable<T>public T isLessThanOrEqualTo(byte value)
isLessThanOrEqualTo in interface IntegerTinyFilterable<T>public T isGreaterThan(byte value)
isGreaterThan in interface IntegerTinyFilterable<T>public T isGreaterThanOrEqualTo(byte value)
isGreaterThanOrEqualTo in interface IntegerTinyFilterable<T>public T isBetween(byte from, byte to)
isBetween in interface IntegerTinyFilterable<T>public T isBetweenOrEqualTo(byte from, byte to)
isBetweenOrEqualTo in interface IntegerTinyFilterable<T>Copyright © 2019. All rights reserved.