Interface ItemIdValue

All Superinterfaces:
EntityIdValue, IriIdentifiedValue, Value
All Known Implementing Classes:
ItemIdValueImpl

public interface ItemIdValue extends EntityIdValue
The id of a Wikibase Item. Objects implementing this interface always return EntityIdValue.ET_ITEM for getEntityType.
Author:
Markus Kroetzsch
  • Field Details

    • NULL

      static final ItemIdValue NULL
      Fixed ItemIdValue that refers to a non-existing item. Can be used as a placeholder object in situations where the entity id is irrelevant.