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, wait
read
public AbstractColumn(String name, int offset)
name
- column nameoffset
- offset within datapublic String getName()
ColumnDefinition
getName
in interface ColumnDefinition
Copyright © 2000–2024 Packwood Software. All rights reserved.