global
Class IndexType

java.lang.Object
  extended byglobal.IndexType

public class IndexType
extends java.lang.Object

Enumeration class for IndexType


Field Summary
static int B_Index
           
static int Hash
           
 int indexType
           
static int None
           
 
Constructor Summary
IndexType(int _indexType)
          IndexType Constructor
An index type can be defined as IndexType indexType = new IndexType(IndexType.Hash); and subsequently used as if (indexType.indexType == IndexType.Hash) ....
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

None

public static final int None
See Also:
Constant Field Values

B_Index

public static final int B_Index
See Also:
Constant Field Values

Hash

public static final int Hash
See Also:
Constant Field Values

indexType

public int indexType
Constructor Detail

IndexType

public IndexType(int _indexType)
IndexType Constructor
An index type can be defined as and subsequently used as

Parameters:
_indexType - The possible types of index
Method Detail

toString

public java.lang.String toString()