Interface UnsupportedEntityIdValue
- All Superinterfaces:
EntityIdValue
,IriIdentifiedValue
,Value
- All Known Implementing Classes:
UnsupportedEntityIdValueImpl
Represents a entity id value of an unsupported type.
We can still "deserialize" it by just storing its
JSON representation, so that it can be serialized
back to its original representation.
This avoids parsing failures on documents containing
these values.
- Author:
- Antonin Delpeuch
-
Field Summary
Fields inherited from interface org.wikidata.wdtk.datamodel.interfaces.EntityIdValue
ET_FORM, ET_ITEM, ET_LEXEME, ET_MEDIA_INFO, ET_PROPERTY, ET_SENSE, ET_UNSUPPORTED, SITE_LOCAL
-
Method Summary
Modifier and TypeMethodDescriptionThe type of entity as represented in the JSON serialization.Methods inherited from interface org.wikidata.wdtk.datamodel.interfaces.EntityIdValue
getEntityType, getId, getSiteIri, isPlaceholder
Methods inherited from interface org.wikidata.wdtk.datamodel.interfaces.IriIdentifiedValue
getIri
-
Method Details
-
getEntityTypeJsonString
String getEntityTypeJsonString()The type of entity as represented in the JSON serialization.
-