public enum OAE extends Enum<OAE>
Enum Constant and Description |
---|
belongsTo |
confidence |
detectedAs |
Entity |
hasMatchedURI |
NEE |
position |
regardsEntityName |
score |
usingConfiguration |
Modifier and Type | Method and Description |
---|---|
org.openrdf.model.URI |
getURI(org.openrdf.model.ValueFactory f)
Gets the URIs of predicates/objects of
|
static OAE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OAE Entity
public static final OAE NEE
public static final OAE usingConfiguration
public static final OAE detectedAs
public static final OAE regardsEntityName
public static final OAE belongsTo
public static final OAE position
public static final OAE score
public static final OAE hasMatchedURI
public static final OAE confidence
public static OAE[] values()
for (OAE c : OAE.values()) System.out.println(c);
public static OAE 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 org.openrdf.model.URI getURI(org.openrdf.model.ValueFactory f)
f
- An instance of ValueFactory.Copyright © 2014. All rights reserved.