net.israfil.foundation.mock.sql
Enum MockResultSetMetaData.DBTypeGroup
java.lang.Object
java.lang.Enum<MockResultSetMetaData.DBTypeGroup>
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>
| 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 |
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
value
public int value
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-2007. All Rights Reserved.