public abstract class TableType extends Object implements Serializable
| Constructor and Description |
|---|
TableType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<ColumnType> |
getAllowedColumnTypes() |
abstract String |
getCode() |
abstract String |
getName() |
int |
hashCode() |
String |
toString() |
public abstract String getCode()
public abstract String getName()
public List<ColumnType> getAllowedColumnTypes()
Copyright © 2017. All Rights Reserved.