org.xorm.util.jdoxml
Class JDOPersistenceModifier

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

public class JDOPersistenceModifier
extends Object

Typesafe enumeration of JDOPersistenceModifiers.


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

Field Detail

PERSISTENT

public static final JDOPersistenceModifier PERSISTENT

TRANSACTIONAL

public static final JDOPersistenceModifier TRANSACTIONAL

NONE

public static final JDOPersistenceModifier NONE
Method Detail

forName

public static JDOPersistenceModifier forName(String name)


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