protected static enum AbstractEntityEntry.BooleanState extends java.lang.Enum<AbstractEntityEntry.BooleanState>
| Enum Constant and Description |
|---|
EXISTS_IN_DATABASE |
IS_BEING_REPLICATED |
| Modifier and Type | Method and Description |
|---|---|
static AbstractEntityEntry.BooleanState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractEntityEntry.BooleanState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractEntityEntry.BooleanState EXISTS_IN_DATABASE
public static final AbstractEntityEntry.BooleanState IS_BEING_REPLICATED
public static AbstractEntityEntry.BooleanState[] values()
for (AbstractEntityEntry.BooleanState c : AbstractEntityEntry.BooleanState.values()) System.out.println(c);
public static AbstractEntityEntry.BooleanState 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 nullCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.