com.sleepycat.je.tree
Class Key.DumpType

java.lang.Object
  extended by com.sleepycat.je.tree.Key.DumpType
Enclosing class:
Key

public static class Key.DumpType
extends Object


Field Summary
static Key.DumpType BINARY
           
static Key.DumpType HEX
           
static Key.DumpType NONE
           
static Key.DumpType OBFUSCATE
           
static Key.DumpType TEXT
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BINARY

public static Key.DumpType BINARY

HEX

public static Key.DumpType HEX

TEXT

public static Key.DumpType TEXT

OBFUSCATE

public static Key.DumpType OBFUSCATE

NONE

public static Key.DumpType NONE
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright 2004,2008 Oracle. All rights reserved.