public class AnnotationColumnType extends ColumnType
| Constructor and Description |
|---|
AnnotationColumnType() |
| Modifier and Type | Method and Description |
|---|---|
List<Class<? extends DataType>> |
getAllowedDataTypes() |
String |
getCode() |
DataType |
getDefaultDataType() |
String |
getName() |
equals, hashCode, isDataTypeAllowed, toStringpublic String getCode()
getCode in class ColumnTypepublic String getName()
getName in class ColumnTypepublic List<Class<? extends DataType>> getAllowedDataTypes()
getAllowedDataTypes in class ColumnTypepublic DataType getDefaultDataType()
getDefaultDataType in class ColumnTypeCopyright © 2014. All Rights Reserved.