protected static enum BFSqliteTable.FieldType extends java.lang.Enum<BFSqliteTable.FieldType>
| Enum Constant and Description |
|---|
Autoincrement |
Long |
String |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static BFSqliteTable.FieldType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BFSqliteTable.FieldType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BFSqliteTable.FieldType String
public static final BFSqliteTable.FieldType Autoincrement
public static final BFSqliteTable.FieldType Long
public static BFSqliteTable.FieldType[] values()
for (BFSqliteTable.FieldType c : BFSqliteTable.FieldType.values()) System.out.println(c);
public static BFSqliteTable.FieldType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<BFSqliteTable.FieldType>