Class RangeFacet.RangeFacetConfig

java.lang.Object
com.google.refine.browsing.facets.RangeFacet.RangeFacetConfig
All Implemented Interfaces:
FacetConfig
Enclosing class:
RangeFacet

public static class RangeFacet.RangeFacetConfig extends Object implements FacetConfig
  • Field Details

    • _name

      protected String _name
    • _expression

      protected String _expression
    • _columnName

      protected String _columnName
    • _from

      protected double _from
    • _to

      protected double _to
    • _selectNumeric

      protected boolean _selectNumeric
    • _selectNonNumeric

      protected boolean _selectNonNumeric
    • _selectBlank

      protected boolean _selectBlank
    • _selectError

      protected boolean _selectError
    • _selected

      protected boolean _selected
  • Constructor Details

  • Method Details

    • apply

      public RangeFacet apply(Project project)
      Description copied from interface: FacetConfig
      Instantiates the given facet on a particular project.
      Specified by:
      apply in interface FacetConfig
      Returns:
      a computed facet on the given project.
    • getJsonType

      public String getJsonType()
      Description copied from interface: FacetConfig
      The facet type as stored in json.
      Specified by:
      getJsonType in interface FacetConfig