Uses of Class
org.ejdb.driver.EJDBCollection.IndexType

Packages that use EJDBCollection.IndexType
org.ejdb.driver   
 

Uses of EJDBCollection.IndexType in org.ejdb.driver
 

Methods in org.ejdb.driver that return EJDBCollection.IndexType
 EJDBCollection.IndexType EJDBCollection.Index.getType()
          Returns index type
static EJDBCollection.IndexType EJDBCollection.IndexType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EJDBCollection.IndexType[] EJDBCollection.IndexType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.