Interface FormIdValue

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

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

    • NULL

      static final FormIdValue NULL
      Fixed FormIdValue that refers to a non-existing form. It can be used as a placeholder object in situations where the entity id is irrelevant.
  • Method Details

    • getLexemeId

      LexemeIdValue getLexemeId()
      Returns the id of the lexeme of which it is a form.
      Returns:
      A lexeme id