Class 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 Detail

    • Constructor Detail

      • 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