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