com.clarkparsia.pellet.sparqldl.jena
Enum JenaIOUtils.RDFFormatType

java.lang.Object
  extended by java.lang.Enum<JenaIOUtils.RDFFormatType>
      extended by com.clarkparsia.pellet.sparqldl.jena.JenaIOUtils.RDFFormatType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<JenaIOUtils.RDFFormatType>
Enclosing class:
JenaIOUtils

public static enum JenaIOUtils.RDFFormatType
extends java.lang.Enum<JenaIOUtils.RDFFormatType>


Enum Constant Summary
N3
           
NTRIPLE
           
RDFXML
           
TURTLE
           
 
Method Summary
 java.lang.String jenaName()
           
static JenaIOUtils.RDFFormatType valueOf(java.lang.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.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

N3

public static final JenaIOUtils.RDFFormatType N3

RDFXML

public static final JenaIOUtils.RDFFormatType RDFXML

TURTLE

public static final JenaIOUtils.RDFFormatType TURTLE

NTRIPLE

public static final JenaIOUtils.RDFFormatType NTRIPLE
Method Detail

values

public static JenaIOUtils.RDFFormatType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (JenaIOUtils.RDFFormatType c : JenaIOUtils.RDFFormatType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static JenaIOUtils.RDFFormatType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

jenaName

public java.lang.String jenaName()


Copyright © 2004 Evren Sirin. All Rights Reserved.