Uses of Class
tigase.xml.db.Types.DataType
-
Packages that use Types.DataType Package Description 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 Modifier and Type Field Description static java.util.Map<java.lang.String,Types.DataType>Types. dataTypeMapMethods in tigase.xml.db that return Types.DataType Modifier and Type Method Description static Types.DataTypeTypes.DataType. valueof(java.lang.String javaType)static Types.DataTypeTypes.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.
-