Class SuggestedFormIdValue

java.lang.Object
org.openrefine.wikidata.schema.entityvalues.SuggestedEntityIdValue
org.openrefine.wikidata.schema.entityvalues.SuggestedFormIdValue
All Implemented Interfaces:
PrefetchedEntityIdValue, org.wikidata.wdtk.datamodel.interfaces.EntityIdValue, org.wikidata.wdtk.datamodel.interfaces.FormIdValue, org.wikidata.wdtk.datamodel.interfaces.IriIdentifiedValue, org.wikidata.wdtk.datamodel.interfaces.Value

public class SuggestedFormIdValue extends SuggestedEntityIdValue implements org.wikidata.wdtk.datamodel.interfaces.FormIdValue
  • Field Summary

    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

    Fields inherited from interface org.wikidata.wdtk.datamodel.interfaces.FormIdValue

    NULL
  • Constructor Summary

    Constructors
    Constructor
    Description
    SuggestedFormIdValue(String id, String siteIRI, String label)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.wikidata.wdtk.datamodel.interfaces.LexemeIdValue
     

    Methods inherited from class org.openrefine.wikidata.schema.entityvalues.SuggestedEntityIdValue

    accept, build, equals, getId, getIri, getLabel, getSiteIri, getTypes, hashCode, isPlaceholder, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

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

    getId, getSiteIri, isPlaceholder

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

    getIri

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

    accept
  • Constructor Details

    • SuggestedFormIdValue

      public SuggestedFormIdValue(String id, String siteIRI, String label)
  • Method Details

    • getEntityType

      public String getEntityType()
      Specified by:
      getEntityType in interface org.wikidata.wdtk.datamodel.interfaces.EntityIdValue
    • getLexemeId

      public org.wikidata.wdtk.datamodel.interfaces.LexemeIdValue getLexemeId()
      Specified by:
      getLexemeId in interface org.wikidata.wdtk.datamodel.interfaces.FormIdValue