infer
Class BDBStore.ClauseType.ClauseBinding

java.lang.Object
  extended by com.sleepycat.bind.tuple.TupleBase<E>
      extended by com.sleepycat.bind.tuple.TupleBinding<BDBStore.ClauseType.ClauseEntry>
          extended by infer.BDBStore.ClauseType.ClauseBinding
All Implemented Interfaces:
com.sleepycat.bind.EntryBinding<BDBStore.ClauseType.ClauseEntry>
Enclosing class:
BDBStore.ClauseType

public class BDBStore.ClauseType.ClauseBinding
extends com.sleepycat.bind.tuple.TupleBinding<BDBStore.ClauseType.ClauseEntry>


Constructor Summary
BDBStore.ClauseType.ClauseBinding()
           
 
Method Summary
 BDBStore.ClauseType.ClauseEntry entryToObject(com.sleepycat.bind.tuple.TupleInput ti)
           
 void objectToEntry(BDBStore.ClauseType.ClauseEntry c, com.sleepycat.bind.tuple.TupleOutput to)
           
 
Methods inherited from class com.sleepycat.bind.tuple.TupleBinding
entryToObject, getPrimitiveBinding, objectToEntry
 
Methods inherited from class com.sleepycat.bind.tuple.TupleBase
entryToInput, getTupleBufferSize, getTupleOutput, inputToEntry, newOutput, newOutput, outputToEntry, setTupleBufferSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BDBStore.ClauseType.ClauseBinding

public BDBStore.ClauseType.ClauseBinding()
Method Detail

entryToObject

public BDBStore.ClauseType.ClauseEntry entryToObject(com.sleepycat.bind.tuple.TupleInput ti)
Specified by:
entryToObject in class com.sleepycat.bind.tuple.TupleBinding<BDBStore.ClauseType.ClauseEntry>

objectToEntry

public void objectToEntry(BDBStore.ClauseType.ClauseEntry c,
                          com.sleepycat.bind.tuple.TupleOutput to)
Specified by:
objectToEntry in class com.sleepycat.bind.tuple.TupleBinding<BDBStore.ClauseType.ClauseEntry>