org.jbpm.db
Enum JbpmVersion

java.lang.Object
  extended by java.lang.Enum<JbpmVersion>
      extended by org.jbpm.db.JbpmVersion
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<JbpmVersion>

public enum JbpmVersion
extends java.lang.Enum<JbpmVersion>

Author:
Tom Baeyens

Enum Constant Summary
V_4_0
           
V_4_1
           
V_4_2
           
V_4_3
           
V_4_4
           
 
Method Summary
static JbpmVersion getJbpmVersion(java.lang.String dbVersion)
           
 java.lang.String toString()
           
static JbpmVersion valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JbpmVersion[] 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, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

V_4_0

public static final JbpmVersion V_4_0

V_4_1

public static final JbpmVersion V_4_1

V_4_2

public static final JbpmVersion V_4_2

V_4_3

public static final JbpmVersion V_4_3

V_4_4

public static final JbpmVersion V_4_4
Method Detail

values

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

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

valueOf

public static JbpmVersion 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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum<JbpmVersion>

getJbpmVersion

public static JbpmVersion getJbpmVersion(java.lang.String dbVersion)


Copyright © 2010 JBoss Community. All Rights Reserved.