| Modifier and Type | Class and Description |
|---|---|
class |
Facet.FacetValue |
| Modifier | Constructor and Description |
|---|---|
protected |
Facet(Facet original)
Copy constructor.
|
|
Facet(String code) |
| Modifier and Type | Method and Description |
|---|---|
Facet.FacetValue |
addValue(Facet.FacetValue parent,
String code,
String value) |
Facet.FacetValue |
addValue(String code,
String value) |
Object |
clone() |
protected Facet.FacetValue |
copyFacetValue(Facet.FacetValue copiedParent,
Facet.FacetValue original) |
int |
getAllHitsCount() |
Set<Facet.FacetValue> |
getAllValues() |
String |
getCode() |
Facet.FacetValue |
getValue(String code) |
Set<Facet.FacetValue> |
getValues() |
String |
toString() |
public Facet(String code)
protected Facet(Facet original)
protected Facet.FacetValue copyFacetValue(Facet.FacetValue copiedParent, Facet.FacetValue original)
public String getCode()
public Facet.FacetValue getValue(String code)
public Set<Facet.FacetValue> getValues()
public Set<Facet.FacetValue> getAllValues()
public int getAllHitsCount()
public Facet.FacetValue addValue(String code, String value)
public Facet.FacetValue addValue(Facet.FacetValue parent, String code, String value)
Copyright © 2017 SAP SE. All Rights Reserved.