Class WbVariableExpr<T>

java.lang.Object
org.openrefine.wikidata.schema.WbVariableExpr<T>
Type Parameters:
T - the type of Wikibase value returned by the expression.
All Implemented Interfaces:
WbExpression<T>
Direct Known Subclasses:
WbDateVariable, WbEntityVariable, WbItemVariable, WbLanguageVariable, WbLocationVariable, WbStringVariable

public abstract class WbVariableExpr<T> extends Object implements WbExpression<T>
A base class for expressions which draw their values from a particular column.
Author:
Antonin Delpeuch
  • Constructor Details

    • WbVariableExpr

      public WbVariableExpr()
      Constructs a variable without setting the column name yet.
  • Method Details