SPT RWT Application API

Uses of Class
com.sptci.rwt.IndexMetaData.Type

Packages that use IndexMetaData.Type
com.sptci.rwt A database abstraction API for analysing and interacting with relational databases using JDBC. 
 

Uses of IndexMetaData.Type in com.sptci.rwt
 

Fields in com.sptci.rwt declared as IndexMetaData.Type
private  IndexMetaData.Type IndexMetaData.type
          A field indicating the type of the index.
 

Methods in com.sptci.rwt that return IndexMetaData.Type
protected  IndexMetaData.Type IndexAnalyser.processType(short value)
          Process the type values and match them with the appropriate IndexMetaData.Type value.
static IndexMetaData.Type IndexMetaData.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IndexMetaData.Type[] IndexMetaData.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.sptci.rwt with parameters of type IndexMetaData.Type
protected  void IndexMetaData.setType(IndexMetaData.Type type)
          Set IndexMetaData.type.
 


SPT RWT Application API