Package | Description |
---|---|
com.tietoenator.trip.jxp.facet |
Classes for generation of facets.
|
Modifier and Type | Method and Description |
---|---|
abstract TdbFacetValue |
TdbFacet.getValue(int index)
Retrieve a facet value object.
|
TdbFacetValue |
TdbFieldTermFacet.getValue(int index) |
TdbFacetValue |
TdbSearchFacet.getValue(int index) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<TdbFacetValue> |
TdbFacet.iterator()
Returns an iterator over the values in this facet.
|