| 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 |
|---|---|
DatatypeIdValue |
DatamodelConverter.copy(DatatypeIdValue object)
Copies a
DatatypeIdValue. |
static DatatypeIdValue |
Datamodel.makeDatatypeIdValue(String id)
Creates a
DatatypeIdValue. |
| Modifier and Type | Method and Description |
|---|---|
DatatypeIdValue |
DatamodelConverter.copy(DatatypeIdValue object)
Copies a
DatatypeIdValue. |
static boolean |
Equality.equalsDatatypeIdValue(DatatypeIdValue o1,
Object o2)
Returns true if the parameters are two
DatatypeIdValue objects
with exactly the same data. |
static int |
Hash.hashCode(DatatypeIdValue o)
Returns a hash code for the given object.
|
static PropertyDocument |
Datamodel.makePropertyDocument(PropertyIdValue propertyId,
List<MonolingualTextValue> labels,
List<MonolingualTextValue> descriptions,
List<MonolingualTextValue> aliases,
DatatypeIdValue datatypeId)
Creates a
PropertyDocument without statements. |
static PropertyDocument |
Datamodel.makePropertyDocument(PropertyIdValue propertyId,
List<MonolingualTextValue> labels,
List<MonolingualTextValue> descriptions,
List<MonolingualTextValue> aliases,
List<StatementGroup> statementGroups,
DatatypeIdValue datatypeId)
Creates a
PropertyDocument. |
static String |
ToString.toString(DatatypeIdValue o)
Returns a human-readable string representation of the given object.
|
Value |
DatamodelConverter.visit(DatatypeIdValue value) |
| Modifier and Type | Class and Description |
|---|---|
class |
DatatypeIdImpl
Implementation of
DatatypeIdValue |
| Modifier and Type | Method and Description |
|---|---|
DatatypeIdValue |
PropertyDocumentImpl.getDatatype() |
DatatypeIdValue |
DataObjectFactoryImpl.getDatatypeIdValue(String id) |
| Modifier and Type | Method and Description |
|---|---|
PropertyDocument |
DataObjectFactoryImpl.getPropertyDocument(PropertyIdValue propertyId,
List<MonolingualTextValue> labels,
List<MonolingualTextValue> descriptions,
List<MonolingualTextValue> aliases,
DatatypeIdValue datatypeId) |
PropertyDocument |
DataObjectFactoryImpl.getPropertyDocument(PropertyIdValue propertyId,
List<MonolingualTextValue> labels,
List<MonolingualTextValue> descriptions,
List<MonolingualTextValue> aliases,
List<StatementGroup> statementGroups,
DatatypeIdValue datatypeId) |
| Modifier and Type | Method and Description |
|---|---|
DatatypeIdValue |
PropertyDocument.getDatatype()
Get the datatype id of the datatype defined for this property.
|
DatatypeIdValue |
DataObjectFactory.getDatatypeIdValue(String id)
Creates a
DatatypeIdValue. |
| Modifier and Type | Method and Description |
|---|---|
PropertyDocument |
DataObjectFactory.getPropertyDocument(PropertyIdValue propertyId,
List<MonolingualTextValue> labels,
List<MonolingualTextValue> descriptions,
List<MonolingualTextValue> aliases,
DatatypeIdValue datatypeId)
Creates a
PropertyDocument without any statements. |
PropertyDocument |
DataObjectFactory.getPropertyDocument(PropertyIdValue propertyId,
List<MonolingualTextValue> labels,
List<MonolingualTextValue> descriptions,
List<MonolingualTextValue> aliases,
List<StatementGroup> statementGroups,
DatatypeIdValue datatypeId)
Creates a
PropertyDocument. |
T |
ValueVisitor.visit(DatatypeIdValue value)
Visits a DatatypeIdValue and returns a result.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JacksonDatatypeId
Jackson implementation of
DatatypeIdValue. |
| Modifier and Type | Method and Description |
|---|---|
DatatypeIdValue |
JacksonPropertyDocument.getDatatype() |
DatatypeIdValue |
JacksonObjectFactory.getDatatypeIdValue(String id) |
| Modifier and Type | Method and Description |
|---|---|
PropertyDocument |
JacksonObjectFactory.getPropertyDocument(PropertyIdValue propertyId,
List<MonolingualTextValue> labels,
List<MonolingualTextValue> descriptions,
List<MonolingualTextValue> aliases,
DatatypeIdValue datatypeId) |
PropertyDocument |
JacksonObjectFactory.getPropertyDocument(PropertyIdValue propertyId,
List<MonolingualTextValue> labels,
List<MonolingualTextValue> descriptions,
List<MonolingualTextValue> aliases,
List<StatementGroup> statementGroups,
DatatypeIdValue datatypeId) |
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