public static enum BasicKeyChain.State extends Enum<BasicKeyChain.State>
Modifier and Type | Method and Description |
---|---|
static BasicKeyChain.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BasicKeyChain.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BasicKeyChain.State EMPTY
public static final BasicKeyChain.State WATCHING
public static final BasicKeyChain.State REGULAR
public static BasicKeyChain.State[] values()
for (BasicKeyChain.State c : BasicKeyChain.State.values()) System.out.println(c);
public static BasicKeyChain.State 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 © 2016. All rights reserved.