Class ReconPropertyIdValue
- java.lang.Object
-
- org.openrefine.wikibase.schema.entityvalues.ReconEntityIdValue
-
- org.openrefine.wikibase.schema.entityvalues.ReconPropertyIdValue
-
- All Implemented Interfaces:
PrefetchedEntityIdValue,org.wikidata.wdtk.datamodel.interfaces.EntityIdValue,org.wikidata.wdtk.datamodel.interfaces.IriIdentifiedValue,org.wikidata.wdtk.datamodel.interfaces.PropertyIdValue,org.wikidata.wdtk.datamodel.interfaces.Value
public class ReconPropertyIdValue extends ReconEntityIdValue implements org.wikidata.wdtk.datamodel.interfaces.PropertyIdValue
-
-
Constructor Summary
Constructors Constructor Description ReconPropertyIdValue(Recon recon, String cellValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEntityType()booleanisPlaceholder()-
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:
isPlaceholderin interfaceorg.wikidata.wdtk.datamodel.interfaces.EntityIdValue
-
getEntityType
public String getEntityType()
- Specified by:
getEntityTypein interfaceorg.wikidata.wdtk.datamodel.interfaces.EntityIdValue- Specified by:
getEntityTypein classReconEntityIdValue
-
-