public enum ONC extends Enum<ONC>
Modifier and Type | Method and Description |
---|---|
org.openrdf.model.URI |
getURI(org.openrdf.model.ValueFactory f)
Gets the URIs of predicates/objects of
|
static ONC |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ONC[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ONC RankingMethod
public static final ONC Configuration
public static final ONC NEEService
public static final ONC Category
public static final ONC KBM
public static final ONC EntityEnrichmentSpec
public static final ONC EntityNamesSpec
public static final ONC EntityLinkingSpec
public static final ONC isDefinedBy
public static final ONC ranksResourcesUsing
public static final ONC ranksEntitiesUsing
public static final ONC supports
public static final ONC accessibleThrough
public static final ONC entitiesSpecFrom
public static final ONC usesEndpoint
public static final ONC usesEntityEnrichmentSpec
public static final ONC usesEntityLinkingSpec
public static final ONC usesEntityNamesSpec
public static final ONC usesSparqlQuery
public static final ONC usesSparqlTemplateParam
public static final ONC usesSparqlTemplateQuery
public static ONC[] values()
for (ONC c : ONC.values()) System.out.println(c);
public static ONC 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.