|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.healthmarketscience.jackcess.Column.AutoNumberGenerator
public abstract class Column.AutoNumberGenerator
Base class for the supported autonumber types.
| Constructor Summary | |
|---|---|
protected |
Column.AutoNumberGenerator()
|
| Method Summary | |
|---|---|
abstract int |
getColumnFlags()
Returns the flags used when writing this column. |
abstract java.lang.Object |
getLast()
Returns the last autonumber generated by this generator. |
abstract java.lang.Object |
getNext(java.lang.Object prevRowValue)
Returns the next autonumber for this generator. |
abstract DataType |
getType()
Returns the type of values generated by this generator. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Column.AutoNumberGenerator()
| Method Detail |
|---|
public abstract java.lang.Object getLast()
Table.addRow(java.lang.Object...), otherwise undefined.
public abstract java.lang.Object getNext(java.lang.Object prevRowValue)
Warning, calling this externally will result in this value being "lost" for the table.
public abstract int getColumnFlags()
public abstract DataType getType()
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||