| Modifier and Type | Method and Description |
|---|---|
static WikidataEntity.Type |
WikidataEntity.Type.getByCode(char code) |
WikidataEntity.Type |
WikidataEntity.getType() |
static WikidataEntity.Type |
WikidataEntity.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WikidataEntity.Type[] |
WikidataEntity.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<WikidataEntity.Type> |
WikidataFilter.getEntityTypes() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<LocalWikidataStatement>> |
WikidataSqlDao.getLocalStatements(Language lang,
WikidataEntity.Type type,
int id) |
Map<String,List<LocalWikidataStatement>> |
WikidataDao.getLocalStatements(Language lang,
WikidataEntity.Type type,
int id)
Returns all statements for the specified concept id.
|
WikidataFilter.Builder |
WikidataFilter.Builder.withEntityType(WikidataEntity.Type type) |
| Modifier and Type | Method and Description |
|---|---|
WikidataFilter.Builder |
WikidataFilter.Builder.withEntityType(Collection<WikidataEntity.Type> types) |
| Constructor and Description |
|---|
WikidataEntity(WikidataEntity.Type type,
int id) |
Copyright © 2014. All rights reserved.