public static enum WikidataValue.Type extends Enum<WikidataValue.Type>
| Enum Constant and Description |
|---|
INT |
ITEM |
NOVALUE |
OTHER |
SOMEVALUE |
STRING |
TIME |
| Modifier and Type | Method and Description |
|---|---|
static WikidataValue.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WikidataValue.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WikidataValue.Type ITEM
public static final WikidataValue.Type TIME
public static final WikidataValue.Type STRING
public static final WikidataValue.Type INT
public static final WikidataValue.Type NOVALUE
public static final WikidataValue.Type SOMEVALUE
public static final WikidataValue.Type OTHER
public static WikidataValue.Type[] values()
for (WikidataValue.Type c : WikidataValue.Type.values()) System.out.println(c);
public static WikidataValue.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 nullCopyright © 2014. All rights reserved.