Package com.db4o.ext
Class Status
- java.lang.Object
- 
- com.db4o.ext.Status
 
- 
 public class Status extends java.lang.ObjectStatic constants to describe the status of objects.
- 
- 
Constructor SummaryConstructors Constructor Description Status()
 
- 
- 
- 
Field Detail- 
UNUSEDpublic static final double UNUSED - See Also:
- Constant Field Values
 
 - 
AVAILABLEpublic static final double AVAILABLE - See Also:
- Constant Field Values
 
 - 
QUEUEDpublic static final double QUEUED - See Also:
- Constant Field Values
 
 - 
COMPLETEDpublic static final double COMPLETED - See Also:
- Constant Field Values
 
 - 
PROCESSINGpublic static final double PROCESSING - See Also:
- Constant Field Values
 
 - 
ERRORpublic static final double ERROR - See Also:
- Constant Field Values
 
 
- 
 
-