public abstract class Column extends Object
| Constructor and Description |
|---|
Column(String name,
Class<?> type,
boolean generated) |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
getData(int size) |
String |
getName() |
Class<?> |
getType() |
boolean |
isGenerated() |
Copyright © 2015. All rights reserved.