Interface PropertyIdValue

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

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

    • NULL

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