org.xorm.datastore.xml
Class XMLType

java.lang.Object
  |
  +--org.xorm.datastore.xml.XMLType

public class XMLType
extends Object

Helper class to get XML type values by name.


Method Summary
static Class forName(String name)
          Returns the Class corresponding to the type definition.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

forName

public static Class forName(String name)
Returns the Class corresponding to the type definition. The name can be one of "boolean", "char", "date", "double", "float", "integer", "long", or "string", or may be a fully qualified Java class name, though some may not be supported.



$Header: /cvsroot/xorm/xorm/docs/api/org/xorm/datastore/xml/XMLType.html,v 1.3 2004/05/30 08:55:07 wbiggs Exp $