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