public final class Facet
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
attributeName |
private java.lang.String |
attributeType |
(package private) static java.lang.String |
STANDARD |
private int |
totalMatches |
private java.util.List<FacetValue> |
values |
Constructor and Description |
---|
Facet() |
Facet(java.lang.String attributeName,
FacetValue value) |
Facet(java.lang.String attributeName,
java.util.List<FacetValue> values) |
Facet(java.lang.String attributeName,
java.lang.String attributeType,
FacetValue value) |
Facet(java.lang.String attributeName,
java.lang.String attributeType,
java.util.List<FacetValue> values) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttributeName()
The localised attribute-name.
|
java.lang.String |
getAttributeType()
The type of the attribute.
|
(package private) int |
getTotalMatches() |
java.util.List<FacetValue> |
getValues()
List of Facet-Value.
|
void |
setTotalMatches(java.lang.Integer totalMatches)
Caution: This field is acutally marked as 'Transient'
and should be ignored by jax-doclets, it is not part of the API.
|
static final java.lang.String STANDARD
private int totalMatches
private java.lang.String attributeName
private java.lang.String attributeType
private java.util.List<FacetValue> values
public Facet()
public Facet(java.lang.String attributeName, java.lang.String attributeType, java.util.List<FacetValue> values)
public Facet(java.lang.String attributeName, java.lang.String attributeType, FacetValue value)
public Facet(java.lang.String attributeName, java.util.List<FacetValue> values)
public Facet(java.lang.String attributeName, FacetValue value)
public java.lang.String getAttributeName()
public java.lang.String getAttributeType()
public java.util.List<FacetValue> getValues()
int getTotalMatches()
public void setTotalMatches(java.lang.Integer totalMatches)