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