public static enum SftpClient.WriteMode extends Enum<SftpClient.WriteMode>
Modifier and Type | Method and Description |
---|---|
abstract int |
intValue() |
static SftpClient.WriteMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SftpClient.WriteMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SftpClient.WriteMode APPEND
public static final SftpClient.WriteMode OVERWRITE
public static SftpClient.WriteMode[] values()
for (SftpClient.WriteMode c : SftpClient.WriteMode.values()) System.out.println(c);
public static SftpClient.WriteMode 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 nullpublic abstract int intValue()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.