arlut.csd.ganymede
Interface ObjectStatus

All Known Implementing Classes:
DBEditObject, DBJournal

public interface ObjectStatus

Interface constants used to enumerate possible editing states for a DBEditObject.


Field Summary
static byte CREATING
          Status code for a newly created object.
static byte DELETING
          Status code for a previously existing object that is to be deleted
static byte DROPPING
          Status code for a newly created object that is to be dropped
static byte EDITING
          Status code for an object in the DBStore that has been checked out for editing.
 

Field Detail

EDITING

public static final byte EDITING
Status code for an object in the DBStore that has been checked out for editing.

CREATING

public static final byte CREATING
Status code for a newly created object.

DELETING

public static final byte DELETING
Status code for a previously existing object that is to be deleted

DROPPING

public static final byte DROPPING
Status code for a newly created object that is to be dropped