Interface ItemIdValue
- All Superinterfaces:
EntityIdValue
,IriIdentifiedValue
,Value
- All Known Implementing Classes:
ItemIdValueImpl
The id of a Wikibase Item. Objects implementing this interface always return
EntityIdValue.ET_ITEM
for getEntityType
.- Author:
- Markus Kroetzsch
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ItemIdValue
FixedItemIdValue
that refers to a non-existing item.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
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
-
Field Details
-
NULL
FixedItemIdValue
that refers to a non-existing item. Can be used as a placeholder object in situations where the entity id is irrelevant.
-