Uses of Class
org.openrefine.wikibase.schema.WbVariableExpr
- 
Packages that use WbVariableExpr Package Description org.openrefine.wikibase.schema  - 
- 
Uses of WbVariableExpr in org.openrefine.wikibase.schema
Subclasses of WbVariableExpr in org.openrefine.wikibase.schema Modifier and Type Class Description classWbDateVariableAn expression that represents a time value, extracted from a string.classWbEntityVariableAn Entity that depends on a reconciled value in a column.classWbItemVariableAn item that depends on a reconciled value in a column.classWbLanguageVariableA language variable generates a language code from a cell.classWbLocationVariableclassWbStringVariableA variable that returns a simple string value.Method parameters in org.openrefine.wikibase.schema with type arguments of type WbVariableExpr Modifier and Type Method Description protected booleanWbVariableExpr. equalAsVariables(Object other, Class<? extends WbVariableExpr<?>> targetClass)Helper for equality methods of subclasses. 
 -