public static enum FtpTarget.FtpProxyType extends Enum<FtpTarget.FtpProxyType>
Enum Constant and Description |
---|
UserAtSite
The "user@site" protocol.
|
UserWithLogin
The "user with login" protocol.
|
Modifier and Type | Method and Description |
---|---|
static FtpTarget.FtpProxyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FtpTarget.FtpProxyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FtpTarget.FtpProxyType UserAtSite
public static final FtpTarget.FtpProxyType UserWithLogin
public static FtpTarget.FtpProxyType[] values()
for (FtpTarget.FtpProxyType c : FtpTarget.FtpProxyType.values()) System.out.println(c);
public static FtpTarget.FtpProxyType 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 © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500