public static enum JdbmWrapper.DbTypeEnum extends Enum<JdbmWrapper.DbTypeEnum>
| Enum Constant and Description |
|---|
DATE_TYPE |
FLOAT_TYPE |
INT_TYPE |
STRING_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static JdbmWrapper.DbTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JdbmWrapper.DbTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JdbmWrapper.DbTypeEnum INT_TYPE
public static final JdbmWrapper.DbTypeEnum FLOAT_TYPE
public static final JdbmWrapper.DbTypeEnum STRING_TYPE
public static final JdbmWrapper.DbTypeEnum DATE_TYPE
public static JdbmWrapper.DbTypeEnum[] values()
for (JdbmWrapper.DbTypeEnum c : JdbmWrapper.DbTypeEnum.values()) System.out.println(c);
public static JdbmWrapper.DbTypeEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2014. All Rights Reserved.