public class FacetRange<T> extends Object
Constructor and Description |
---|
FacetRange(Class<?> rangeType,
T min,
T max,
boolean includeMin,
boolean includeMax,
String fieldName) |
Modifier and Type | Method and Description |
---|---|
String |
getIdentifier()
Returns a string suitable to use as an identifier.
|
T |
getMax() |
T |
getMin() |
String |
getRangeString() |
boolean |
isMaxIncluded() |
boolean |
isMinIncluded() |
String |
toString() |
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved