org.xorm.util.jdoxml
Class JDONullValue

java.lang.Object
  |
  +--org.xorm.util.jdoxml.JDONullValue

public class JDONullValue
extends Object

Typesafe enumeration of JDONullValue settings.


Field Summary
static JDONullValue DEFAULT
           
static JDONullValue EXCEPTION
           
static JDONullValue NONE
           
 
Method Summary
static JDONullValue forName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXCEPTION

public static final JDONullValue EXCEPTION

DEFAULT

public static final JDONullValue DEFAULT

NONE

public static final JDONullValue NONE
Method Detail

forName

public static JDONullValue forName(String name)


$Header: /cvsroot/xorm/xorm/docs/api/org/xorm/util/jdoxml/JDONullValue.html,v 1.6 2004/05/30 08:55:10 wbiggs Exp $