|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<IStorePersister.LogEmptinessExpectation>
com.neeve.ods.IStorePersister.LogEmptinessExpectation
public static enum IStorePersister.LogEmptinessExpectation
Enumerates the set of values permissible with the log emptiness expectation
Enum Constant Summary | |
---|---|
Empty
Used to specify that a transaction log is expected to be empty |
|
None
Used to specify that there is no expectation regarding emptiness of a transaction log |
|
NotEmpty
Used to specify that a transaction log is expected not to be empty. |
Method Summary | |
---|---|
static IStorePersister.LogEmptinessExpectation |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IStorePersister.LogEmptinessExpectation[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final IStorePersister.LogEmptinessExpectation None
public static final IStorePersister.LogEmptinessExpectation Empty
public static final IStorePersister.LogEmptinessExpectation NotEmpty
Method Detail |
---|
public static IStorePersister.LogEmptinessExpectation[] values()
for (IStorePersister.LogEmptinessExpectation c : IStorePersister.LogEmptinessExpectation.values()) System.out.println(c);
public static IStorePersister.LogEmptinessExpectation valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |