|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.openrdf.util.Enumeration
org.openrdf.sesame.constants.RDFFormat
A type-safe enumeration class for RDF data serialization formats.
| Field Summary | |
static RDFFormat |
N3
Constant representing the N3/Notation3 format. |
static RDFFormat |
NTRIPLES
Constant representing the N-Triples format. |
static RDFFormat |
RDFXML
Constant representing the XML-encoded RDF format. |
static RDFFormat |
TURTLE
Constant representing the Turtle format. |
| Method Summary | |
static RDFFormat |
forValue(String value)
Returns an RDFFormat constant for the specified value. |
| Methods inherited from class org.openrdf.util.Enumeration |
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final RDFFormat RDFXML
public static final RDFFormat NTRIPLES
public static final RDFFormat N3
public static final RDFFormat TURTLE
| Method Detail |
public static RDFFormat forValue(String value)
value - The String-representation of an RDFFormat constant.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||