Uses of Class
org.basex.data.Data.Type

Packages that use Data.Type
org.basex.data This package contains the main database structures. 
org.basex.index This package contains all database index structures. 
org.basex.query.expr This package contains all XQuery expressions. 
org.basex.util This package assembles utility classes. 
 

Uses of Data.Type in org.basex.data
 

Methods in org.basex.data that return Data.Type
static Data.Type Data.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Data.Type[] Data.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.basex.data with parameters of type Data.Type
 void MemData.closeIndex(Data.Type index)
           
 void DiskData.closeIndex(Data.Type type)
           
abstract  void Data.closeIndex(Data.Type index)
          Closes the specified index.
 byte[] Data.info(Data.Type type)
          Returns info on the specified index structure.
 void MemData.setIndex(Data.Type type, Index ind)
           
 void DiskData.setIndex(Data.Type type, Index index)
           
abstract  void Data.setIndex(Data.Type type, Index ind)
          Assigns the specified index.
 

Uses of Data.Type in org.basex.index
 

Methods in org.basex.index that return Data.Type
 Data.Type ValuesToken.type()
           
 Data.Type RangeToken.type()
           
 Data.Type IndexToken.type()
          Returns the index type.
 

Constructors in org.basex.index with parameters of type Data.Type
ValuesToken(Data.Type t, byte[] tok)
          Constructor.
 

Uses of Data.Type in org.basex.query.expr
 

Constructors in org.basex.query.expr with parameters of type Data.Type
IndexAccess(Expr e, Data.Type t, IndexContext ic)
          Constructor.
 

Uses of Data.Type in org.basex.util
 

Methods in org.basex.util that return Data.Type
 Data.Type Tokenizer.type()