Class WbEntityVariable

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

public class WbEntityVariable extends WbVariableExpr<org.wikidata.wdtk.datamodel.interfaces.EntityIdValue>
An Entity that depends on a reconciled value in a column.
  • Field Details

    • INVALID_ENTITY_ID_FORMAT_WARNING_TYPE

      public static final String INVALID_ENTITY_ID_FORMAT_WARNING_TYPE
      See Also:
  • Constructor Details

    • WbEntityVariable

      public WbEntityVariable()
    • WbEntityVariable

      public WbEntityVariable(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