public static enum SystemTable.BootstrapState extends java.lang.Enum<SystemTable.BootstrapState>
Enum Constant and Description |
---|
COMPLETED |
IN_PROGRESS |
NEEDS_BOOTSTRAP |
Modifier and Type | Method and Description |
---|---|
static SystemTable.BootstrapState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SystemTable.BootstrapState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemTable.BootstrapState NEEDS_BOOTSTRAP
public static final SystemTable.BootstrapState COMPLETED
public static final SystemTable.BootstrapState IN_PROGRESS
public static SystemTable.BootstrapState[] values()
for (SystemTable.BootstrapState c : SystemTable.BootstrapState.values()) System.out.println(c);
public static SystemTable.BootstrapState 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 © 2014 The Apache Software Foundation