| Enum Constant and Description |
|---|
AndroidPhone |
AndroidTablet |
BlackberryPhone |
BlackberryTablet |
DriveMapping |
EnterpriseSync |
FTP |
iPad |
iPhone |
Outlook |
ReceiverAndroid |
ReceiveriOS |
ReceiverMac |
ReceiverWindows |
SFCLI |
SFTP |
SMTP |
Sync |
Unknown |
WebDAV |
Widget |
WindowsPhone |
| Modifier and Type | Method and Description |
|---|---|
static SFSFTool |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SFSFTool[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SFSFTool DriveMapping
public static final SFSFTool EnterpriseSync
public static final SFSFTool FTP
public static final SFSFTool Outlook
public static final SFSFTool SFCLI
public static final SFSFTool SFTP
public static final SFSFTool SMTP
public static final SFSFTool Sync
public static final SFSFTool WebDAV
public static final SFSFTool Widget
public static final SFSFTool AndroidPhone
public static final SFSFTool AndroidTablet
public static final SFSFTool BlackberryPhone
public static final SFSFTool BlackberryTablet
public static final SFSFTool iPhone
public static final SFSFTool iPad
public static final SFSFTool ReceiverAndroid
public static final SFSFTool ReceiveriOS
public static final SFSFTool ReceiverMac
public static final SFSFTool ReceiverWindows
public static final SFSFTool WindowsPhone
public static final SFSFTool Unknown
public static SFSFTool[] values()
for (SFSFTool c : SFSFTool.values()) System.out.println(c);
public static SFSFTool 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 null