public class TdbFacetValue
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
int |
getBaselineCount()
Retrieve the number of records in which the facet value
occurred in the baseline.
|
int |
getRecordCount()
Retrieve the number of records in which the facet value occurs
|
boolean |
isBaselineValid()
Returns true if the baseline count information is valid for this value.
|
java.lang.String |
toString()
Retrieve the value of the facet.
|
public java.lang.String toString()
toString
in class java.lang.Object
public int getRecordCount()
public int getBaselineCount()
public boolean isBaselineValid()