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