org.siebengeisslein.indexedlist
Class IndexInfo

java.lang.Object
  extended by org.siebengeisslein.client.Persistent
      extended by org.siebengeisslein.indexedlist.IndexInfo
All Implemented Interfaces:
Instrumented

public class IndexInfo
extends Persistent


Constructor Summary
IndexInfo(java.lang.String name, IndexType type)
           
 
Method Summary
 java.lang.String getFieldName()
           
 IndexType getType()
           
 
Methods inherited from class org.siebengeisslein.client.Persistent
abort, clearUserLocals, clone, commit, disposeTransient, getGroup, getRef, getTransientValue, hashCode, initTransient, isWriteTransaction, joinWriteTransaction, readLock, setGroup, setTransientValue, toPersistent, toRef, writeExternal, writeLock
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexInfo

public IndexInfo(java.lang.String name,
                 IndexType type)
Method Detail

getFieldName

public java.lang.String getFieldName()

getType

public IndexType getType()