Class WbItemVariable

java.lang.Object
org.openrefine.wikidata.schema.WbVariableExpr<org.wikidata.wdtk.datamodel.interfaces.ItemIdValue>
org.openrefine.wikidata.schema.WbItemVariable
All Implemented Interfaces:
WbExpression<org.wikidata.wdtk.datamodel.interfaces.ItemIdValue>

public class WbItemVariable extends WbVariableExpr<org.wikidata.wdtk.datamodel.interfaces.ItemIdValue>
An item that depends on a reconciled value in a column.
Author:
Antonin Delpeuch
  • Field Details

  • Constructor Details

    • WbItemVariable

      public WbItemVariable()
    • WbItemVariable

      public WbItemVariable(String columnName)
      Constructs a variable and sets the column it is bound to. Mostly used as a convenience method for testing.
      Parameters:
      columnName - the name of the column the expression should draw its value from
  • Method Details