Uses of Class
org.apache.empire.db.DBRecord.State

Packages that use DBRecord.State
org.apache.empire.db This package contains the core Empire-DB implementation classes. 
 

Uses of DBRecord.State in org.apache.empire.db
 

Methods in org.apache.empire.db that return DBRecord.State
 DBRecord.State DBRecord.getState()
          Returns the record state.
static DBRecord.State DBRecord.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DBRecord.State[] DBRecord.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.empire.db with parameters of type DBRecord.State
protected  void DBRecord.changeState(DBRecord.State newState)
          changes the state of the record
 



Copyright © 2008–2014 Apache Software Foundation. All rights reserved.