Uses of Class
com.tietoenator.trip.jxp.facet.TdbFacetValue
-
Packages that use TdbFacetValue Package Description com.tietoenator.trip.jxp.facet Classes for generation of facets. -
-
Uses of TdbFacetValue in com.tietoenator.trip.jxp.facet
Methods in com.tietoenator.trip.jxp.facet that return TdbFacetValue Modifier and Type Method Description abstract TdbFacetValue
TdbFacet. getValue(int index)
Retrieve a facet value object.TdbFacetValue
TdbFieldTermFacet. getValue(int index)
TdbFacetValue
TdbSearchFacet. getValue(int index)
Methods in com.tietoenator.trip.jxp.facet that return types with arguments of type TdbFacetValue Modifier and Type Method Description java.util.Iterator<TdbFacetValue>
TdbFacet. iterator()
Returns an iterator over the values in this facet.
-