Interface LexemeIdValue
- All Superinterfaces:
EntityIdValue
,IriIdentifiedValue
,Value
- All Known Implementing Classes:
LexemeIdValueImpl
The id of a Wikibase Lexeme. Objects implementing this interface always return
EntityIdValue.ET_LEXEME
for getEntityType
.- Author:
- Thomas Pellissier Tanon
-
Field Summary
Modifier and TypeFieldDescriptionstatic final LexemeIdValue
FixedLexemeIdValue
that refers to a non-existing lexeme.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
FixedLexemeIdValue
that refers to a non-existing lexeme. It can be used as a placeholder object in situations where the entity id is irrelevant.
-