public abstract class FacetParameter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
attributeName
The name of the attribute on the entities to facet the result on.
|
java.lang.String |
name
Name of the facet to return to the client.
|
Modifier | Constructor and Description |
---|---|
protected |
FacetParameter(java.lang.String attributeName) |
Modifier and Type | Method and Description |
---|---|
abstract FacetType |
getType()
Type of the facet.
|
public java.lang.String name
attributeName
will be used.public final java.lang.String attributeName
public abstract FacetType getType()