com.limegroup.gnutella.xml
Class TypeConverter

java.lang.Object
  extended bycom.limegroup.gnutella.xml.TypeConverter

public class TypeConverter
extends java.lang.Object

Converts XML Schema types of Java types. Contains a hashMap of all the types that schemas may contain.


Constructor Summary
TypeConverter()
           
 
Method Summary
static java.lang.Class getType(java.lang.String str)
          For types not in the hashmap we return string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeConverter

public TypeConverter()
Method Detail

getType

public static java.lang.Class getType(java.lang.String str)
For types not in the hashmap we return string