|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |