public static enum ShellConfig.KeyConfig.KeyType extends Enum<ShellConfig.KeyConfig.KeyType>
Modifier and Type | Method and Description |
---|---|
static ShellConfig.KeyConfig.KeyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShellConfig.KeyConfig.KeyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShellConfig.KeyConfig.KeyType GENERATED
public static final ShellConfig.KeyConfig.KeyType FILE
public static final ShellConfig.KeyConfig.KeyType RESOURCE
public static ShellConfig.KeyConfig.KeyType[] values()
for (ShellConfig.KeyConfig.KeyType c : ShellConfig.KeyConfig.KeyType.values()) System.out.println(c);
public static ShellConfig.KeyConfig.KeyType 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 © 2013-2018–2019 SeedStack. All rights reserved.