org.springframework.batch.core.repository.dao
Class JdbcStepExecutionDao.AttributeType

java.lang.Object
  extended by org.springframework.batch.core.repository.dao.JdbcStepExecutionDao.AttributeType
Enclosing class:
JdbcStepExecutionDao

public static class JdbcStepExecutionDao.AttributeType
extends Object


Field Summary
static JdbcStepExecutionDao.AttributeType DOUBLE
           
static JdbcStepExecutionDao.AttributeType LONG
           
static JdbcStepExecutionDao.AttributeType OBJECT
           
static JdbcStepExecutionDao.AttributeType STRING
           
 
Method Summary
static JdbcStepExecutionDao.AttributeType getType(String typeAsString)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

STRING

public static final JdbcStepExecutionDao.AttributeType STRING

LONG

public static final JdbcStepExecutionDao.AttributeType LONG

OBJECT

public static final JdbcStepExecutionDao.AttributeType OBJECT

DOUBLE

public static final JdbcStepExecutionDao.AttributeType DOUBLE
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getType

public static JdbcStepExecutionDao.AttributeType getType(String typeAsString)


Copyright © 2008 SpringSource. All Rights Reserved.