Interface LexemeIdValue

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

public interface LexemeIdValue extends EntityIdValue
The id of a Wikibase Lexeme. Objects implementing this interface always return EntityIdValue.ET_LEXEME for getEntityType.
Author:
Thomas Pellissier Tanon
  • Field Details

    • NULL

      static final LexemeIdValue NULL
      Fixed LexemeIdValue that refers to a non-existing lexeme. It can be used as a placeholder object in situations where the entity id is irrelevant.