Class DecoratedValue

java.lang.Object
com.google.refine.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.
  • Field Details

    • value

      public final Object value
    • label

      public final String label
  • Constructor Details

    • DecoratedValue

      public DecoratedValue(Object value, String label)