public enum SFSessionProperty extends Enum<SFSessionProperty>
Enum Constant and Description |
---|
ACCOUNT |
APP_ID |
APP_VERSION |
AUTHENTICATOR |
DATABASE |
INJECT_CLIENT_PAUSE |
INJECT_SOCKET_TIMEOUT |
LOGIN_TIMEOUT |
NETWORK_TIMEOUT |
PASSCODE |
PASSCODE_IN_PASSWORD |
PASSWORD |
ROLE |
SCHEMA |
SERVER_URL |
USE_PROXY |
USER |
WAREHOUSE |
Modifier and Type | Method and Description |
---|---|
String |
getPropertyKey() |
Class |
getValueType() |
boolean |
isRequired() |
static SFSessionProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SFSessionProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SFSessionProperty SERVER_URL
public static final SFSessionProperty USER
public static final SFSessionProperty PASSWORD
public static final SFSessionProperty ACCOUNT
public static final SFSessionProperty DATABASE
public static final SFSessionProperty SCHEMA
public static final SFSessionProperty PASSCODE_IN_PASSWORD
public static final SFSessionProperty PASSCODE
public static final SFSessionProperty ROLE
public static final SFSessionProperty AUTHENTICATOR
public static final SFSessionProperty WAREHOUSE
public static final SFSessionProperty LOGIN_TIMEOUT
public static final SFSessionProperty NETWORK_TIMEOUT
public static final SFSessionProperty USE_PROXY
public static final SFSessionProperty INJECT_SOCKET_TIMEOUT
public static final SFSessionProperty INJECT_CLIENT_PAUSE
public static final SFSessionProperty APP_ID
public static final SFSessionProperty APP_VERSION
public static SFSessionProperty[] values()
for (SFSessionProperty c : SFSessionProperty.values()) System.out.println(c);
public static SFSessionProperty 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 boolean isRequired()
public String getPropertyKey()
public Class getValueType()
Copyright © 2017. All rights reserved.