Package com.db4o.ext
Class Status
- java.lang.Object
-
- com.db4o.ext.Status
-
public class Status extends java.lang.Object
Static constants to describe the status of objects.
-
-
Constructor Summary
Constructors Constructor Description Status()
-
-
-
Field Detail
-
UNUSED
public static final double UNUSED
- See Also:
- Constant Field Values
-
AVAILABLE
public static final double AVAILABLE
- See Also:
- Constant Field Values
-
QUEUED
public static final double QUEUED
- See Also:
- Constant Field Values
-
COMPLETED
public static final double COMPLETED
- See Also:
- Constant Field Values
-
PROCESSING
public static final double PROCESSING
- See Also:
- Constant Field Values
-
ERROR
public static final double ERROR
- See Also:
- Constant Field Values
-
-