public static enum WikidataEntity.Type extends Enum<WikidataEntity.Type>
| Modifier and Type | Field and Description |
|---|---|
char |
code |
| Modifier and Type | Method and Description |
|---|---|
static WikidataEntity.Type |
getByCode(char code) |
static WikidataEntity.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WikidataEntity.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WikidataEntity.Type ITEM
public static final WikidataEntity.Type PROPERTY
public static WikidataEntity.Type[] values()
for (WikidataEntity.Type c : WikidataEntity.Type.values()) System.out.println(c);
public static WikidataEntity.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic static WikidataEntity.Type getByCode(char code)
Copyright © 2014. All rights reserved.