public static enum LifecycleTransaction.ReaderState.Action extends java.lang.Enum<LifecycleTransaction.ReaderState.Action>
Modifier and Type | Method and Description |
---|---|
static LifecycleTransaction.ReaderState.Action |
get(boolean updated,
boolean obsoleted) |
static LifecycleTransaction.ReaderState.Action |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleTransaction.ReaderState.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LifecycleTransaction.ReaderState.Action UPDATED
public static final LifecycleTransaction.ReaderState.Action OBSOLETED
public static final LifecycleTransaction.ReaderState.Action NONE
public static LifecycleTransaction.ReaderState.Action[] values()
for (LifecycleTransaction.ReaderState.Action c : LifecycleTransaction.ReaderState.Action.values()) System.out.println(c);
public static LifecycleTransaction.ReaderState.Action 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 static LifecycleTransaction.ReaderState.Action get(boolean updated, boolean obsoleted)
Copyright © 2017 The Apache Software Foundation