public abstract class AbstractColumnType extends Object implements ColumnType
ColumnBOOLEAN, DOUBLE, FLOAT, INSTANT, INTEGER, LOCAL_DATE, LOCAL_DATE_TIME, LOCAL_TIME, LONG, SHORT, SKIP, STRING, TEXT, values| Modifier | Constructor and Description |
|---|---|
protected |
AbstractColumnType(int byteSize,
String name,
String printerFriendlyName) |
| Modifier and Type | Method and Description |
|---|---|
int |
byteSize() |
boolean |
equals(Object o) |
String |
getPrinterFriendlyName() |
int |
hashCode() |
String |
name() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcompare, create, customParser, register, valueOf, valuespublic String name()
name in interface ColumnTypepublic int byteSize()
byteSize in interface ColumnTypepublic String getPrinterFriendlyName()
getPrinterFriendlyName in interface ColumnTypeCopyright © 2019. All rights reserved.