Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.UnsupportedValue
Packages that use UnsupportedValue
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.
Package for code related to the conversion of data values to RDF in various ways.
-
Uses of UnsupportedValue in org.wikidata.wdtk.datamodel.helpers
Methods in org.wikidata.wdtk.datamodel.helpers that return UnsupportedValueModifier and TypeMethodDescriptionDatamodelConverter.copy
(UnsupportedValue object) Copies anUnsupportedValue
.Methods in org.wikidata.wdtk.datamodel.helpers with parameters of type UnsupportedValueModifier and TypeMethodDescriptionDatamodelConverter.copy
(UnsupportedValue object) Copies anUnsupportedValue
.static String
ToString.toString
(UnsupportedValue o) Returns a human-readable string representation of the given object.DatamodelConverter.visit
(UnsupportedValue value) -
Uses of UnsupportedValue in org.wikidata.wdtk.datamodel.implementation
Classes in org.wikidata.wdtk.datamodel.implementation that implement UnsupportedValueModifier and TypeClassDescriptionclass
Represents a value with an unsupported datatype. -
Uses of UnsupportedValue in org.wikidata.wdtk.datamodel.interfaces
Methods in org.wikidata.wdtk.datamodel.interfaces with parameters of type UnsupportedValueModifier and TypeMethodDescriptionValueVisitor.visit
(UnsupportedValue value) Visits an UnsupportedValue and returns a result -
Uses of UnsupportedValue in org.wikidata.wdtk.rdf.values
Methods in org.wikidata.wdtk.rdf.values with parameters of type UnsupportedValueModifier and TypeMethodDescriptionorg.eclipse.rdf4j.model.Value
AnyValueConverter.visit
(UnsupportedValue value)