public abstract class Facet
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
name |
Constructor and Description |
---|
Facet() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
The name of the facet (as set in the request).
|
abstract FacetType |
getType()
The type of the facet (as set in the request).
|
abstract boolean |
hasValues()
Whether or not the facet have any options.
|
public java.lang.String getName()
public abstract FacetType getType()
public abstract boolean hasValues()