Uses of Class
tigase.xml.db.Types.DataType

Packages that use Types.DataType
tigase.xml.db This package contains implementation of simple data base stored in XML file. 
 

Uses of Types.DataType in tigase.xml.db
 

Fields in tigase.xml.db with type parameters of type Types.DataType
static java.util.Map<java.lang.String,Types.DataType> Types.dataTypeMap
           
 

Methods in tigase.xml.db that return Types.DataType
static Types.DataType Types.DataType.valueof(java.lang.String javaType)
           
static Types.DataType Types.DataType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Types.DataType[] Types.DataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.