| Package | Description |
|---|---|
| org.wikidata.wdtk.datamodel.helpers |
Package for mostly static helper code to work with data objects.
|
| org.wikidata.wdtk.datamodel.implementation |
Basic implementation for objects representing Wikibase data and related factories.
|
| org.wikidata.wdtk.datamodel.interfaces |
Interfaces for representing Wikibase data and related factories.
|
| org.wikidata.wdtk.datamodel.json.jackson |
Main package for Jackson-compatible implementations of the WDTK datamodel
interfaces.
|
| org.wikidata.wdtk.datamodel.json.jackson.datavalues |
Jackson-compatible implementation of all WDTK
Value interfaces for use as
snak values. |
| Modifier and Type | Method and Description |
|---|---|
Value |
DatamodelConverter.copyValue(Value value)
Copies a
Value. |
Value |
DatamodelConverter.visit(DatatypeIdValue value) |
Value |
DatamodelConverter.visit(EntityIdValue value) |
Value |
DatamodelConverter.visit(GlobeCoordinatesValue value) |
Value |
DatamodelConverter.visit(MonolingualTextValue value) |
Value |
DatamodelConverter.visit(QuantityValue value) |
Value |
DatamodelConverter.visit(StringValue value) |
Value |
DatamodelConverter.visit(TimeValue value) |
| Modifier and Type | Method and Description |
|---|---|
Value |
DatamodelConverter.copyValue(Value value)
Copies a
Value. |
static ValueSnak |
Datamodel.makeValueSnak(PropertyIdValue propertyId,
Value value)
Creates a
ValueSnak. |
| Modifier and Type | Class and Description |
|---|---|
class |
DatatypeIdImpl
Implementation of
DatatypeIdValue |
class |
GlobeCoordinatesValueImpl
Implementation of
GlobeCoordinatesValue. |
class |
ItemIdValueImpl
Generic implementation of
ItemIdValue that works with arbitrary
Wikibase instances: it requires a baseIri that identifies the site globally. |
class |
MonolingualTextValueImpl |
class |
NumericEntityIdValueImpl
Generic implementation of
EntityIdValue that works with arbitrary
Wikibase instances: it requires a baseIri that identifies the site globally. |
class |
PropertyIdValueImpl
Generic implementation of
PropertyIdValue that works with arbitrary
Wikibase instances: it requires a baseIri that identifies the site globally. |
class |
QuantityValueImpl
Implementation of
QuantityValue. |
class |
StringValueImpl
Implementation of
StringValue. |
class |
TimeValueImpl
Implementation of
TimeValue. |
| Modifier and Type | Method and Description |
|---|---|
Value |
ValueSnakImpl.getValue() |
| Modifier and Type | Method and Description |
|---|---|
ValueSnak |
DataObjectFactoryImpl.getValueSnak(PropertyIdValue propertyId,
Value value) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DatatypeIdValue
A value that represents one of the available Wikibase datatypes.
|
interface |
EntityIdValue
An entity is a Value that is represented by a page in Wikibase.
|
interface |
GlobeCoordinatesValue
Globe coordinates specify a position on some globe (usually Earth, but
possibly also another celestial body, such as Mars).
|
interface |
IriIdentifiedValue
An IriIdentifiedValue is a Value that is identified by an IRI, which can be
used as the canonical identifier for the entity outside of the context of a
particular Wikibase installation.
|
interface |
ItemIdValue
The id of a Wikibase Item.
|
interface |
MonolingualTextValue
A monolingual text value represents a text (string) in a certain language.
|
interface |
PropertyIdValue
The id of a Wikibase Property.
|
interface |
QuantityValue
A quantity value represents a number, possibly under some unit.
|
interface |
StringValue
String Values represent a single string.
|
interface |
TimeValue
Time values represent points and intervals in time, and additional
information about their format.
|
| Modifier and Type | Method and Description |
|---|---|
Value |
ValueSnak.getValue()
Get the
Value of this Snak. |
| Modifier and Type | Method and Description |
|---|---|
ValueSnak |
DataObjectFactory.getValueSnak(PropertyIdValue propertyId,
Value value)
Creates a
ValueSnak. |
| Modifier and Type | Class and Description |
|---|---|
class |
JacksonDatatypeId
Jackson implementation of
DatatypeIdValue. |
class |
JacksonMonolingualTextValue
Jackson representation of
MonolingualTextValue data used in labels,
aliases, and descriptions in JSON. |
| Modifier and Type | Method and Description |
|---|---|
Value |
JacksonValueSnak.getValue() |
| Modifier and Type | Method and Description |
|---|---|
ValueSnak |
JacksonObjectFactory.getValueSnak(PropertyIdValue propertyId,
Value value)
Creates a
JacksonValueSnak. |
| Modifier and Type | Class and Description |
|---|---|
class |
JacksonValue
Abstract Jackson implementation of
Value. |
class |
JacksonValueEntityId
Abstract base implementation of
EntityIdValue for Jackson. |
class |
JacksonValueGlobeCoordinates
Jackson implementation of
GlobeCoordinatesValue. |
class |
JacksonValueItemId
Jackson implementation of
ItemIdValue. |
class |
JacksonValueMonolingualText
Jackson implementation of
MonolingualTextValue. |
class |
JacksonValuePropertyId
Jackson implementation of
PropertyIdValue. |
class |
JacksonValueQuantity
Jackson implementation of
QuantityValue. |
class |
JacksonValueString
Jackson implementation of
StringValue. |
class |
JacksonValueTime
Jackson implementation of
TimeValue. |
Copyright © 2014–2015 Wikidata Toolkit Developers. Generated from source code published under the Apache License 2.0. For more information, see the Wikidata Toolkit homepage