Interface ValueSnak

All Superinterfaces:
Snak
All Known Implementing Classes:
ValueSnakImpl

public interface ValueSnak extends Snak
ValueSnaks represent property-value pairs, where the property are represented by a PropertyIdValue and the value is represented by a Value.
Author:
Markus Kroetzsch
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the Value of this Snak

    Methods inherited from interface org.wikidata.wdtk.datamodel.interfaces.Snak

    accept, getPropertyId
  • Method Details

    • getValue

      Value getValue()
      Get the Value of this Snak