public abstract class ColumnType extends Object implements Serializable
| Constructor and Description |
|---|
ColumnType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
abstract List<Class<? extends DataType>> |
getAllowedDataTypes() |
abstract String |
getCode() |
abstract DataType |
getDefaultDataType() |
abstract String |
getName() |
int |
hashCode() |
boolean |
isDataTypeAllowed(DataType toCheck) |
String |
toString() |
Copyright © 2015. All Rights Reserved.