Uses of Class
org.openrefine.wikibase.schema.strategies.StatementEditingMode
-
Packages that use StatementEditingMode Package Description org.openrefine.wikibase.schema org.openrefine.wikibase.schema.strategies org.openrefine.wikibase.updates -
-
Uses of StatementEditingMode in org.openrefine.wikibase.schema
Methods in org.openrefine.wikibase.schema that return StatementEditingMode Modifier and Type Method Description StatementEditingMode
WbStatementExpr. getMode()
Constructors in org.openrefine.wikibase.schema with parameters of type StatementEditingMode Constructor Description WbStatementExpr(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.wikibase.schema.strategies
Methods in org.openrefine.wikibase.schema.strategies that return StatementEditingMode Modifier and Type Method Description static StatementEditingMode
StatementEditingMode. valueOf(String name)
Returns 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.wikibase.updates
Fields in org.openrefine.wikibase.updates declared as StatementEditingMode Modifier and Type Field Description protected StatementEditingMode
StatementEdit. mode
Methods in org.openrefine.wikibase.updates that return StatementEditingMode Modifier and Type Method Description StatementEditingMode
StatementEdit. getMode()
Constructors in org.openrefine.wikibase.updates with parameters of type StatementEditingMode Constructor Description StatementEdit(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)
-