Uses of Class
com.caucho.db.block.BlockState

Packages that use BlockState
com.caucho.db.block   
 

Uses of BlockState in com.caucho.db.block
 

Methods in com.caucho.db.block that return BlockState
 BlockState BlockState.toDestroy()
           
 BlockState BlockState.toState(BlockState toState)
           
 BlockState BlockState.toValid()
           
 BlockState BlockState.toWrite()
           
static BlockState BlockState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BlockState[] BlockState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.caucho.db.block with parameters of type BlockState
 BlockState BlockState.toState(BlockState toState)