public static enum WikibaseUris.PropertyType extends Enum<WikibaseUris.PropertyType>
| Enum Constant and Description |
|---|
CLAIM
Entity->Statement.
|
DIRECT
Truthy predicate.
|
NOVALUE
Novalue class for P123.
|
QUALIFIER
Statement-> Simple Qualifier Value.
|
QUALIFIER_VALUE
Statement->Qualifier Value (wdv:).
|
REFERENCE
Reference->Simple Value.
|
REFERENCE_VALUE
Reference->Value (wdv:).
|
STATEMENT
Statement-> Simple Value.
|
STATEMENT_VALUE
Statement->Value (wdv:).
|
| Modifier and Type | Method and Description |
|---|---|
String |
prefix()
Get prefix.
|
protected String |
suffix()
Get suffix.
|
static WikibaseUris.PropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WikibaseUris.PropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WikibaseUris.PropertyType DIRECT
public static final WikibaseUris.PropertyType STATEMENT_VALUE
public static final WikibaseUris.PropertyType STATEMENT
public static final WikibaseUris.PropertyType QUALIFIER_VALUE
public static final WikibaseUris.PropertyType QUALIFIER
public static final WikibaseUris.PropertyType REFERENCE_VALUE
public static final WikibaseUris.PropertyType REFERENCE
public static final WikibaseUris.PropertyType NOVALUE
public static final WikibaseUris.PropertyType CLAIM
public static WikibaseUris.PropertyType[] values()
for (WikibaseUris.PropertyType c : WikibaseUris.PropertyType.values()) System.out.println(c);
public static WikibaseUris.PropertyType 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 String prefix()
protected String suffix()
Copyright © 2015. All rights reserved.