Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.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
Modifier and TypeMethodDescriptionDatamodelConverter.copy
(UnsupportedValue object) Copies anUnsupportedValue
.Modifier 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
Modifier and TypeClassDescriptionclass
Represents a value with an unsupported datatype. -
Uses of UnsupportedValue in org.wikidata.wdtk.datamodel.interfaces
Modifier and TypeMethodDescriptionValueVisitor.visit
(UnsupportedValue value) Visits an UnsupportedValue and returns a result -
Uses of UnsupportedValue in org.wikidata.wdtk.rdf.values
Modifier and TypeMethodDescriptionorg.eclipse.rdf4j.model.Value
AnyValueConverter.visit
(UnsupportedValue value)