public static enum ZKTable.TableState extends Enum<ZKTable.TableState>
Enum Constant and Description |
---|
DISABLED |
DISABLING |
ENABLED |
ENABLING |
Modifier and Type | Method and Description |
---|---|
static ZKTable.TableState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZKTable.TableState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZKTable.TableState ENABLED
public static final ZKTable.TableState DISABLED
public static final ZKTable.TableState DISABLING
public static final ZKTable.TableState ENABLING
public static ZKTable.TableState[] values()
for (ZKTable.TableState c : ZKTable.TableState.values()) System.out.println(c);
public static ZKTable.TableState 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 The Apache Software Foundation. All Rights Reserved.