public static enum TcpipClientChannel.Type extends java.lang.Enum<TcpipClientChannel.Type> implements NamedResource
getName()
method returns the SSH request typeModifier and Type | Field and Description |
---|---|
private java.lang.String |
channelType |
static java.util.Set<TcpipClientChannel.Type> |
VALUES |
BY_NAME_COMPARATOR, NAME_EXTRACTOR
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
static TcpipClientChannel.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TcpipClientChannel.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
findByName, getNameList, getNames, ofName, removeByName
public static final TcpipClientChannel.Type Direct
public static final TcpipClientChannel.Type Forwarded
public static final java.util.Set<TcpipClientChannel.Type> VALUES
private final java.lang.String channelType
public static TcpipClientChannel.Type[] values()
for (TcpipClientChannel.Type c : TcpipClientChannel.Type.values()) System.out.println(c);
public static TcpipClientChannel.Type 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 nullpublic java.lang.String getName()
getName
in interface NamedResource