net.israfil.foundation.mock.sql
Class DBTypeGroup

java.lang.Object
  extended by net.israfil.foundation.mock.sql.DBTypeGroup

public class DBTypeGroup
extends java.lang.Object

A database type for use within the MockResultSet

Author:
Christian Edward Gruber

Field Summary
static int Complex
           
 java.lang.String name
           
static int Number
           
static int Other
           
static int String
           
static int Time
           
static DBTypeGroup[] types
           
 int value
           
 
Constructor Summary
DBTypeGroup(int value, java.lang.String name)
           
 
Method Summary
static DBTypeGroup valueOf(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Time

public static final int Time
See Also:
Constant Field Values

Number

public static final int Number
See Also:
Constant Field Values

String

public static final int String
See Also:
Constant Field Values

Complex

public static final int Complex
See Also:
Constant Field Values

Other

public static final int Other
See Also:
Constant Field Values

types

public static final DBTypeGroup[] types

value

public final int value

name

public final java.lang.String name
Constructor Detail

DBTypeGroup

public DBTypeGroup(int value,
                   java.lang.String name)
Method Detail

valueOf

public static DBTypeGroup valueOf(java.lang.String name)


Copyright © 2003-2006. All Rights Reserved.