java.io.Serializable, java.lang.Comparable<ZooKeeperSaslClient.SaslState>public static enum ZooKeeperSaslClient.SaslState extends java.lang.Enum<ZooKeeperSaslClient.SaslState>
| Enum Constant | Description |
|---|---|
COMPLETE |
|
FAILED |
|
INITIAL |
|
INTERMEDIATE |
| Modifier and Type | Method | Description |
|---|---|---|
static ZooKeeperSaslClient.SaslState |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ZooKeeperSaslClient.SaslState[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZooKeeperSaslClient.SaslState INITIAL
public static final ZooKeeperSaslClient.SaslState INTERMEDIATE
public static final ZooKeeperSaslClient.SaslState COMPLETE
public static final ZooKeeperSaslClient.SaslState FAILED
public static ZooKeeperSaslClient.SaslState[] values()
for (ZooKeeperSaslClient.SaslState c : ZooKeeperSaslClient.SaslState.values()) System.out.println(c);
public static ZooKeeperSaslClient.SaslState 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 © 2018 The Apache Software Foundation