public class FacetValue extends Object implements Comparable<FacetValue>
| Constructor and Description |
|---|
FacetValue(com.hp.hpl.jena.rdf.model.RDFNode value) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(FacetValue o) |
int |
getCount() |
String |
getLexicalForm() |
com.hp.hpl.jena.rdf.model.RDFNode |
getValue() |
void |
inc() |
public void inc()
public com.hp.hpl.jena.rdf.model.RDFNode getValue()
public int getCount()
public String getLexicalForm()
public int compareTo(FacetValue o)
compareTo in interface Comparable<FacetValue>Copyright © 2014. All rights reserved.