|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bloomberglp.blpapi.SessionOptions.ClientMode
public static final class SessionOptions.ClientMode
Enumerations describing client mode of Session
| Nested Class Summary | |
|---|---|
static class |
SessionOptions.ClientMode.Constants
Integer constants to facilitate switch constructs on SessionOptions.ClientMode Enumeration
|
| Field Summary | |
|---|---|
static SessionOptions.ClientMode |
AUTO
Detect client mode automatically |
static SessionOptions.ClientMode |
DAPI
Constant identifying a Desktop API client |
static SessionOptions.ClientMode |
SAPI
Constant identifying a Server API client |
| Method Summary | |
|---|---|
int |
intValue()
|
java.lang.String |
toString()
|
static SessionOptions.ClientMode |
valueOf(int value)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final SessionOptions.ClientMode AUTO
public static final SessionOptions.ClientMode DAPI
public static final SessionOptions.ClientMode SAPI
| Method Detail |
|---|
public int intValue()
public java.lang.String toString()
toString in class java.lang.Objectpublic static SessionOptions.ClientMode valueOf(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||