Uses of Class
net.sf.xaj.XmlDb.State

Packages that use XmlDb.State
net.sf.xaj   
net.sf.xaj.core   
 

Uses of XmlDb.State in net.sf.xaj
 

Methods in net.sf.xaj that return XmlDb.State
 XmlDb.State XmlDb.getState()
          Get the State of the XmlDb.
static XmlDb.State XmlDb.State.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XmlDb.State[] XmlDb.State.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of XmlDb.State in net.sf.xaj.core
 

Methods in net.sf.xaj.core that return XmlDb.State
 XmlDb.State ReplicatingXmlDb.getState()
           
 XmlDb.State AbstractDiscoverableXmlDb.getState()