public enum SKOS extends Enum<SKOS>
Modifier and Type | Method and Description |
---|---|
org.openrdf.model.URI |
getURI(org.openrdf.model.ValueFactory f)
Gets the URIs of predicates of
|
static SKOS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SKOS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SKOS Concept
public static final SKOS prefLabel
public static final SKOS broader
public static SKOS[] values()
for (SKOS c : SKOS.values()) System.out.println(c);
public static SKOS 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.