Uses of Enum
org.openrefine.wikidata.schema.strategies.StatementEditingMode
Packages that use StatementEditingMode
Package
Description
-
Uses of StatementEditingMode in org.openrefine.wikidata.schema
Methods in org.openrefine.wikidata.schema that return StatementEditingModeConstructors in org.openrefine.wikidata.schema with parameters of type StatementEditingModeModifierConstructorDescriptionWbStatementExpr(WbExpression<? extends org.wikidata.wdtk.datamodel.interfaces.Value> mainSnakValueExpr, List<WbSnakExpr> qualifierExprs, List<WbReferenceExpr> referenceExprs, StatementMerger merger, StatementEditingMode mode) -
Uses of StatementEditingMode in org.openrefine.wikidata.schema.strategies
Methods in org.openrefine.wikidata.schema.strategies that return StatementEditingModeModifier and TypeMethodDescriptionstatic StatementEditingModeReturns the enum constant of this type with the specified name.static StatementEditingMode[]StatementEditingMode.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StatementEditingMode in org.openrefine.wikidata.updates
Fields in org.openrefine.wikidata.updates declared as StatementEditingModeMethods in org.openrefine.wikidata.updates that return StatementEditingModeConstructors in org.openrefine.wikidata.updates with parameters of type StatementEditingModeModifierConstructorDescriptionStatementEdit(org.wikidata.wdtk.datamodel.interfaces.Statement statement, StatementEditingMode mode) Constructs a statement update with a default merging strategy, useful for backwards compatibility (when no merging strategy could be specified).StatementEdit(org.wikidata.wdtk.datamodel.interfaces.Statement statement, StatementMerger merger, StatementEditingMode mode)