|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexevs.dao.database.key.incrementer.AbstractKeyIncrementer
org.lexevs.dao.database.key.incrementer.AbstractBigIntKeyIncrementer
public abstract class AbstractBigIntKeyIncrementer
The Class AbstractBigIntKeyIncrementer.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.lexevs.dao.database.key.incrementer.PrimaryKeyIncrementer |
---|
PrimaryKeyIncrementer.KeyType |
Constructor Summary | |
---|---|
AbstractBigIntKeyIncrementer()
|
Method Summary | |
---|---|
int |
getKeyLength()
Gets the key length. |
PrimaryKeyIncrementer.KeyType |
getKeyType()
Gets the key type. |
java.lang.String |
getName()
Gets the name. |
java.lang.String |
stringValue(java.lang.Object key)
String value. |
java.lang.Object |
valueOf(java.lang.String key)
Value of. |
Methods inherited from class org.lexevs.dao.database.key.incrementer.AbstractKeyIncrementer |
---|
createDataFieldMaxValueIncrementer, getSupportedDatabaseTypes, nextKey, supportsDatabases |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.lexevs.dao.database.key.incrementer.PrimaryKeyIncrementer |
---|
destroy, initialize |
Constructor Detail |
---|
public AbstractBigIntKeyIncrementer()
Method Detail |
---|
public PrimaryKeyIncrementer.KeyType getKeyType()
PrimaryKeyIncrementer
public java.lang.Object valueOf(java.lang.String key)
PrimaryKeyIncrementer
key
- the key
public java.lang.String stringValue(java.lang.Object key)
PrimaryKeyIncrementer
key
- the key
public int getKeyLength()
PrimaryKeyIncrementer
public java.lang.String getName()
PrimaryKeyIncrementer
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |