public static enum SFTP.SFTPFormat extends Enum<SFTP.SFTPFormat>
| Enum Constant and Description |
|---|
JSON_ARRAY |
JSON_META |
JSON_NEW_LINE |
| Modifier and Type | Method and Description |
|---|---|
static SFTP.SFTPFormat |
fromStr(String str) |
static SFTP.SFTPFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SFTP.SFTPFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SFTP.SFTPFormat JSON_META
public static final SFTP.SFTPFormat JSON_ARRAY
public static final SFTP.SFTPFormat JSON_NEW_LINE
public static SFTP.SFTPFormat[] values()
for (SFTP.SFTPFormat c : SFTP.SFTPFormat.values()) System.out.println(c);
public static SFTP.SFTPFormat 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 static SFTP.SFTPFormat fromStr(String str)
Copyright © 2015. All Rights Reserved.