public class ColData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
col |
int |
style |
java.lang.String |
value |
ValueType |
valueType |
| Constructor and Description |
|---|
ColData() |
| Modifier and Type | Method and Description |
|---|---|
int |
byteSize() |
static ColData |
empty(int colIndex) |
static ColData |
readBytes(byte[] buffer,
int offset) |
void |
writeBytes(byte[] buffer,
int offset) |
public ValueType valueType
public int col
public int style
public java.lang.String value