Class SuggestedFormIdValue
- java.lang.Object
-
- org.openrefine.wikibase.schema.entityvalues.SuggestedEntityIdValue
-
- org.openrefine.wikibase.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
-
-
Constructor Summary
Constructors Constructor Description SuggestedFormIdValue(String id, String siteIRI, String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEntityType()
org.wikidata.wdtk.datamodel.interfaces.LexemeIdValue
getLexemeId()
-
Methods inherited from class org.openrefine.wikibase.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
-
-
-
-
Method Detail
-
getEntityType
public String getEntityType()
- Specified by:
getEntityType
in interfaceorg.wikidata.wdtk.datamodel.interfaces.EntityIdValue
-
getLexemeId
public org.wikidata.wdtk.datamodel.interfaces.LexemeIdValue getLexemeId()
- Specified by:
getLexemeId
in interfaceorg.wikidata.wdtk.datamodel.interfaces.FormIdValue
-
-