Class ReconMediaInfoIdValue
- java.lang.Object
-
- org.openrefine.wikibase.schema.entityvalues.ReconEntityIdValue
-
- org.openrefine.wikibase.schema.entityvalues.ReconMediaInfoIdValue
-
- All Implemented Interfaces:
PrefetchedEntityIdValue
,org.wikidata.wdtk.datamodel.interfaces.EntityIdValue
,org.wikidata.wdtk.datamodel.interfaces.IriIdentifiedValue
,org.wikidata.wdtk.datamodel.interfaces.MediaInfoIdValue
,org.wikidata.wdtk.datamodel.interfaces.Value
public class ReconMediaInfoIdValue extends ReconEntityIdValue implements org.wikidata.wdtk.datamodel.interfaces.MediaInfoIdValue
-
-
Constructor Summary
Constructors Constructor Description ReconMediaInfoIdValue(Recon recon, String cellValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEntityType()
boolean
isPlaceholder()
-
Methods inherited from class org.openrefine.wikibase.schema.entityvalues.ReconEntityIdValue
accept, equals, getId, getIri, getLabel, getRecon, getReconInternalId, getSiteIri, getTypes, hashCode, isMatched, isNew, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
isPlaceholder
public boolean isPlaceholder()
- Specified by:
isPlaceholder
in interfaceorg.wikidata.wdtk.datamodel.interfaces.EntityIdValue
-
getEntityType
public String getEntityType()
- Specified by:
getEntityType
in interfaceorg.wikidata.wdtk.datamodel.interfaces.EntityIdValue
- Specified by:
getEntityType
in classReconEntityIdValue
-
-