org.weblab_project.utils
Enum BackEndJenaHelper.RDFNodeTypes

java.lang.Object
  extended by java.lang.Enum<BackEndJenaHelper.RDFNodeTypes>
      extended by org.weblab_project.utils.BackEndJenaHelper.RDFNodeTypes
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<BackEndJenaHelper.RDFNodeTypes>
Enclosing class:
BackEndJenaHelper

public static enum BackEndJenaHelper.RDFNodeTypes
extends java.lang.Enum<BackEndJenaHelper.RDFNodeTypes>


Enum Constant Summary
ANON_R
           
LITERAL
           
NAMED_R
           
 
Method Summary
static BackEndJenaHelper.RDFNodeTypes valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BackEndJenaHelper.RDFNodeTypes[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

NAMED_R

public static final BackEndJenaHelper.RDFNodeTypes NAMED_R

ANON_R

public static final BackEndJenaHelper.RDFNodeTypes ANON_R

LITERAL

public static final BackEndJenaHelper.RDFNodeTypes LITERAL
Method Detail

values

public static BackEndJenaHelper.RDFNodeTypes[] 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 (BackEndJenaHelper.RDFNodeTypes c : BackEndJenaHelper.RDFNodeTypes.values())
    System.out.println(c);

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

valueOf

public static BackEndJenaHelper.RDFNodeTypes 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


Copyright © 2004-2010. All Rights Reserved.