public static enum ReactiveQueryEngine.Meta extends java.lang.Enum<ReactiveQueryEngine.Meta>
| Enum Constant and Description |
|---|
EXPIRATION |
GENERATION |
KEY |
TTL |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static ReactiveQueryEngine.Meta |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReactiveQueryEngine.Meta[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReactiveQueryEngine.Meta KEY
public static final ReactiveQueryEngine.Meta TTL
public static final ReactiveQueryEngine.Meta EXPIRATION
public static final ReactiveQueryEngine.Meta GENERATION
public static ReactiveQueryEngine.Meta[] values()
for (ReactiveQueryEngine.Meta c : ReactiveQueryEngine.Meta.values()) System.out.println(c);
public static ReactiveQueryEngine.Meta valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<ReactiveQueryEngine.Meta>