net.israfil.foundation.mock.sql
Enum MockResultSetMetaData.DBTypeGroup

java.lang.Object
  extended by java.lang.Enum<MockResultSetMetaData.DBTypeGroup>
      extended by net.israfil.foundation.mock.sql.MockResultSetMetaData.DBTypeGroup
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<MockResultSetMetaData.DBTypeGroup>
Enclosing class:
MockResultSetMetaData

public static enum MockResultSetMetaData.DBTypeGroup
extends java.lang.Enum<MockResultSetMetaData.DBTypeGroup>


Enum Constant Summary
Complex
           
Number
           
Other
           
String
           
Time
           
 
Field Summary
 int value
           
 
Method Summary
static MockResultSetMetaData.DBTypeGroup valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MockResultSetMetaData.DBTypeGroup[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

Time

public static final MockResultSetMetaData.DBTypeGroup Time

Number

public static final MockResultSetMetaData.DBTypeGroup Number

String

public static final MockResultSetMetaData.DBTypeGroup String

Complex

public static final MockResultSetMetaData.DBTypeGroup Complex

Other

public static final MockResultSetMetaData.DBTypeGroup Other
Field Detail

value

public int value
Method Detail

values

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

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

valueOf

public static MockResultSetMetaData.DBTypeGroup 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


Copyright © 2003-2006 null. All Rights Reserved.