schemacrawler.crawl
Enum JavaSqlType.JavaSqlTypeGroup

java.lang.Object
  extended by java.lang.Enum<JavaSqlType.JavaSqlTypeGroup>
      extended by schemacrawler.crawl.JavaSqlType.JavaSqlTypeGroup
All Implemented Interfaces:
Serializable, Comparable<JavaSqlType.JavaSqlTypeGroup>
Enclosing class:
JavaSqlType

public static enum JavaSqlType.JavaSqlTypeGroup
extends Enum<JavaSqlType.JavaSqlTypeGroup>


Enum Constant Summary
binary
           
bit
           
character
           
id
           
integer
           
real
           
reference
           
temporal
           
unknown
           
url
           
xml
           
 
Method Summary
static JavaSqlType.JavaSqlTypeGroup valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JavaSqlType.JavaSqlTypeGroup[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

unknown

public static final JavaSqlType.JavaSqlTypeGroup unknown

binary

public static final JavaSqlType.JavaSqlTypeGroup binary

bit

public static final JavaSqlType.JavaSqlTypeGroup bit

character

public static final JavaSqlType.JavaSqlTypeGroup character

id

public static final JavaSqlType.JavaSqlTypeGroup id

integer

public static final JavaSqlType.JavaSqlTypeGroup integer

real

public static final JavaSqlType.JavaSqlTypeGroup real

reference

public static final JavaSqlType.JavaSqlTypeGroup reference

temporal

public static final JavaSqlType.JavaSqlTypeGroup temporal

url

public static final JavaSqlType.JavaSqlTypeGroup url

xml

public static final JavaSqlType.JavaSqlTypeGroup xml
Method Detail

values

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

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

valueOf

public static JavaSqlType.JavaSqlTypeGroup valueOf(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2003-2009 Sualeh Fatehi. All Rights Reserved.