| Package | Description |
|---|---|
| net.aditsu.depeche |
| Modifier and Type | Method and Description |
|---|---|
ColumnType |
Column.getType()
Returns this column's type (as a
ColumnType value) |
static ColumnType |
ColumnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnType[] |
ColumnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Column.setType(ColumnType type) |
void |
MutableColumn.setType(ColumnType type) |
| Constructor and Description |
|---|
MutableColumn(String name,
ColumnType type)
Creates a new column
|