public static enum RDFConfig.Syntax extends Enum<RDFConfig.Syntax>
| Enum Constant and Description |
|---|
N_TRIPLES |
N3 |
RDF_XML |
TRIG |
TRIX |
TURTLE |
| Modifier and Type | Method and Description |
|---|---|
org.openrdf.rio.RDFFormat |
getRDFFormat() |
static RDFConfig.Syntax |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RDFConfig.Syntax[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RDFConfig.Syntax RDF_XML
public static final RDFConfig.Syntax N_TRIPLES
public static final RDFConfig.Syntax TURTLE
public static final RDFConfig.Syntax N3
public static final RDFConfig.Syntax TRIX
public static final RDFConfig.Syntax TRIG
public static RDFConfig.Syntax[] values()
for (RDFConfig.Syntax c : RDFConfig.Syntax.values()) System.out.println(c);
public static RDFConfig.Syntax 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.rio.RDFFormat getRDFFormat()
Copyright © 2012–2016. All rights reserved.