com.lordofthejars.nosqlunit.redis.embedded
public static enum ExpirationDatatypeOperations.TtlState extends Enum<ExpirationDatatypeOperations.TtlState>
| Enum Constant and Description |
|---|
EXPIRED |
NOT_EXPIRED |
NOT_MANAGED |
| Modifier and Type | Method and Description |
|---|---|
static ExpirationDatatypeOperations.TtlState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExpirationDatatypeOperations.TtlState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExpirationDatatypeOperations.TtlState EXPIRED
public static final ExpirationDatatypeOperations.TtlState NOT_EXPIRED
public static final ExpirationDatatypeOperations.TtlState NOT_MANAGED
public static ExpirationDatatypeOperations.TtlState[] values()
for (ExpirationDatatypeOperations.TtlState c : ExpirationDatatypeOperations.TtlState.values()) System.out.println(c);
public static ExpirationDatatypeOperations.TtlState valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2014. All Rights Reserved.