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