org.xorm.util.jdoxml
Class JDOPersistenceModifier
java.lang.Object
|
+--org.xorm.util.jdoxml.JDOPersistenceModifier
- public class JDOPersistenceModifier
- extends Object
Typesafe enumeration of JDOPersistenceModifiers.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PERSISTENT
public static final JDOPersistenceModifier PERSISTENT
TRANSACTIONAL
public static final JDOPersistenceModifier TRANSACTIONAL
NONE
public static final JDOPersistenceModifier NONE
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 $