| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Statement |
Datamodel.makeStatement(Claim claim,
List<? extends Reference> references,
StatementRank rank,
String statementId)
Creates a
Statement. |
| Modifier and Type | Method and Description |
|---|---|
StatementRank |
StatementImpl.getRank() |
| Modifier and Type | Method and Description |
|---|---|
Statement |
DataObjectFactoryImpl.getStatement(Claim claim,
List<? extends Reference> references,
StatementRank rank,
String statementId) |
| Modifier and Type | Method and Description |
|---|---|
StatementRank |
Statement.getRank() |
static StatementRank |
StatementRank.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatementRank[] |
StatementRank.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Statement |
DataObjectFactory.getStatement(Claim claim,
List<? extends Reference> references,
StatementRank rank,
String statementId)
Creates a
Statement. |
| Modifier and Type | Method and Description |
|---|---|
StatementRank |
StatementRankDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
StatementRank |
JacksonStatement.getRank() |
| Modifier and Type | Method and Description |
|---|---|
Statement |
JacksonObjectFactory.getStatement(Claim claim,
List<? extends Reference> references,
StatementRank rank,
String statementId) |
void |
StatementRankSerializer.serialize(StatementRank value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
JacksonStatement.setRank(StatementRank rank)
Sets the statement rank to the given value.
|
Copyright © 2014 Wikidata Toolkit Developers. Generated from source code published under the Apache License 2.0. For more information, see the Wikidata Toolkit homepage