public abstract class AbstractColumn extends Object implements ColumnDefinition
| Modifier and Type | Field and Description |
|---|---|
protected int |
m_offset |
| Constructor and Description |
|---|
AbstractColumn(String name,
int offset)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Retrieve the name of the column.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadpublic AbstractColumn(String name, int offset)
name - column nameoffset - offset within datapublic String getName()
ColumnDefinitiongetName in interface ColumnDefinitionCopyright © 2000–2025 MPXJ. All rights reserved.