tigase.util
Class DataTypes
java.lang.Object
tigase.util.DataTypes
public class DataTypes
- extends Object
Created: May 28, 2009 7:39:07 AM
- Version:
- $Rev$
- Author:
- Artur Hefczyc
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
typesMap
public static final Map<String,Character> typesMap
DataTypes
public DataTypes()
parseSizeInt
public static int parseSizeInt(String size,
int def)
parseBool
public static boolean parseBool(String val)
decodeValueType
public static Object decodeValueType(char typeId,
String value)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
valueToString
public static String valueToString(Object value)
getTypeId
public static char getTypeId(Object instance)
Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.