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