Interface StringValue

All Superinterfaces:
Value
All Known Implementing Classes:
StringValueImpl

public interface StringValue extends Value
String Values represent a single string.
Author:
Markus Kroetzsch
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the string stored in this value.

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

    accept
  • Method Details

    • getString

      String getString()
      Get the string stored in this value.
      Returns:
      string value