Package org.openrefine.browsing
Class DecoratedValue
- java.lang.Object
-
- org.openrefine.browsing.DecoratedValue
-
public class DecoratedValue extends Object
Store a value and its text label, in case the value is not a string itself. For instance, if a value is a date, then its label can be one particular rendering of that date. Facet choices that are presented to the user as text are stored as decorated values.
-
-
Constructor Summary
Constructors Constructor Description DecoratedValue(Object value, String label)
-