public static enum JenaIOUtils.RDFFormatType extends Enum<JenaIOUtils.RDFFormatType>
| Modifier and Type | Method and Description |
|---|---|
String |
jenaName() |
static JenaIOUtils.RDFFormatType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JenaIOUtils.RDFFormatType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JenaIOUtils.RDFFormatType N3
public static final JenaIOUtils.RDFFormatType RDFXML
public static final JenaIOUtils.RDFFormatType TURTLE
public static final JenaIOUtils.RDFFormatType NTRIPLE
public static JenaIOUtils.RDFFormatType[] values()
for (JenaIOUtils.RDFFormatType c : JenaIOUtils.RDFFormatType.values()) System.out.println(c);
public static JenaIOUtils.RDFFormatType 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 String jenaName()
Copyright © 2019. All rights reserved.