Package org.gbif.api.util
Class RangeValue
java.lang.Object
org.gbif.api.util.RangeValue
A range used for predicates allowing including or excluding the end values.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RangeValue
public RangeValue(@Nullable String gte, @Nullable String gt, @Nullable String lte, @Nullable String lt)
-
-
Method Details
-
getGte
-
getLte
-
getGt
-
getLt
-