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

      • INVALID_ENTITY_ID_FORMAT_WARNING_TYPE

        public static final String INVALID_ENTITY_ID_FORMAT_WARNING_TYPE
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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