Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.StringValue
Packages that use StringValue
Package
Description
Package for mostly static helper code to work with data objects.
Basic implementation for objects representing Wikibase data and related factories.
Interfaces for representing Wikibase data and related factories.
Serializer for RDF
Package for code related to the conversion of data values to RDF in various ways.
-
Uses of StringValue in org.wikidata.wdtk.datamodel.helpers
Methods in org.wikidata.wdtk.datamodel.helpers that return StringValueModifier and TypeMethodDescriptionDatamodelConverter.copy(StringValue object) Copies aStringValue.static StringValueDatamodel.makeStringValue(String string) Creates aStringValue.Methods in org.wikidata.wdtk.datamodel.helpers with parameters of type StringValueModifier and TypeMethodDescriptionDatamodelConverter.copy(StringValue object) Copies aStringValue.static booleanEquality.equalsStringValue(StringValue o1, Object o2) Returnstrueif the parameters are twoStringValueobjects with exactly the same data.static intHash.hashCode(StringValue o) Returns a hash code for the given object.static StringToString.toString(StringValue o) Returns a human-readable string representation of the given object.DatamodelConverter.visit(StringValue value) -
Uses of StringValue in org.wikidata.wdtk.datamodel.implementation
Classes in org.wikidata.wdtk.datamodel.implementation that implement StringValueMethods in org.wikidata.wdtk.datamodel.implementation that return StringValue -
Uses of StringValue in org.wikidata.wdtk.datamodel.interfaces
Methods in org.wikidata.wdtk.datamodel.interfaces that return StringValueModifier and TypeMethodDescriptiondefault StringValueStatementDocument.findStatementStringValue(String propertyId) Returns the uniqueStringValuefor the given property, or null if there are zero or many such values given in statements for this property.default StringValueStatementDocument.findStatementStringValue(PropertyIdValue propertyIdValue) Returns the uniqueStringValuefor the given property, or null if there are zero or many such values given in statements for this property.DataObjectFactory.getStringValue(String string) Creates aStringValue.Methods in org.wikidata.wdtk.datamodel.interfaces with parameters of type StringValueModifier and TypeMethodDescriptionValueVisitor.visit(StringValue value) Visits a StringValue and returns a result. -
Uses of StringValue in org.wikidata.wdtk.rdf
Methods in org.wikidata.wdtk.rdf with parameters of type StringValueModifier and TypeMethodDescriptionPropertyRegister.setPropertyTypeFromStringValue(PropertyIdValue propertyIdValue, StringValue value) Returns the IRI of the primitive Type of an Property forStringValueobjects. -
Uses of StringValue in org.wikidata.wdtk.rdf.values
Methods in org.wikidata.wdtk.rdf.values with parameters of type StringValueModifier and TypeMethodDescriptionorg.eclipse.rdf4j.model.ValueStringValueConverter.getRdfValue(StringValue value, PropertyIdValue propertyIdValue, boolean simple) org.eclipse.rdf4j.model.ValueAnyValueConverter.visit(StringValue value)