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