com.bloomberglp.blpapi
Class Event.EventType.Constants

java.lang.Object
  extended by com.bloomberglp.blpapi.Event.EventType.Constants
Enclosing class:
Event.EventType

public static class Event.EventType.Constants
extends java.lang.Object

Constants to facilitate switch constructs on event types

Author:
ssomu

Field Summary
static int ADMIN
          switchable constant for Event.EventType.ADMIN
static int AUTHORIZATION_STATUS
          switchable constant for Event.EventType.AUTHORIZATION_STATUS
static int PARTIAL_RESPONSE
          switchable constant for Event.EventType.PARTIAL_RESPONSE
static int REQUEST
          switchable constant for Event.EventType.REQUEST
static int REQUEST_STATUS
          switchable constant for Event.EventType.REQUEST_STATUS
static int RESOLUTION_STATUS
          switchable constant for Event.EventType.RESOLUTION_STATUS
static int RESPONSE
          switchable constant for Event.EventType.RESPONSE
static int SERVICE_STATUS
          switchable constant for Event.EventType.SERVICE_STATUS
static int SESSION_STATUS
          switchable constant for Event.EventType.SESSION_STATUS
static int SUBSCRIPTION_DATA
          switchable constant for Event.EventType.SUBSCRIPTION_DATA
static int SUBSCRIPTION_STATUS
          switchable constant for Event.EventType.SUBSCRIPTION_STATUS
static int TIMEOUT
          switchable constant for Event.EventType.TIMEOUT
static int TOKEN_STATUS
          switchable constant for Event.EventType.TOKEN_STATUS
static int TOPIC_STATUS
          switchable constant for Event.EventType.TOPIC_STATUS
 
Constructor Summary
Event.EventType.Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADMIN

public static final int ADMIN
switchable constant for Event.EventType.ADMIN

See Also:
Constant Field Values

SESSION_STATUS

public static final int SESSION_STATUS
switchable constant for Event.EventType.SESSION_STATUS

See Also:
Constant Field Values

SUBSCRIPTION_STATUS

public static final int SUBSCRIPTION_STATUS
switchable constant for Event.EventType.SUBSCRIPTION_STATUS

See Also:
Constant Field Values

REQUEST_STATUS

public static final int REQUEST_STATUS
switchable constant for Event.EventType.REQUEST_STATUS

See Also:
Constant Field Values

RESPONSE

public static final int RESPONSE
switchable constant for Event.EventType.RESPONSE

See Also:
Constant Field Values

PARTIAL_RESPONSE

public static final int PARTIAL_RESPONSE
switchable constant for Event.EventType.PARTIAL_RESPONSE

See Also:
Constant Field Values

SUBSCRIPTION_DATA

public static final int SUBSCRIPTION_DATA
switchable constant for Event.EventType.SUBSCRIPTION_DATA

See Also:
Constant Field Values

SERVICE_STATUS

public static final int SERVICE_STATUS
switchable constant for Event.EventType.SERVICE_STATUS

See Also:
Constant Field Values

TIMEOUT

public static final int TIMEOUT
switchable constant for Event.EventType.TIMEOUT

See Also:
Constant Field Values

AUTHORIZATION_STATUS

public static final int AUTHORIZATION_STATUS
switchable constant for Event.EventType.AUTHORIZATION_STATUS

See Also:
Constant Field Values

RESOLUTION_STATUS

public static final int RESOLUTION_STATUS
switchable constant for Event.EventType.RESOLUTION_STATUS

See Also:
Constant Field Values

TOPIC_STATUS

public static final int TOPIC_STATUS
switchable constant for Event.EventType.TOPIC_STATUS

See Also:
Constant Field Values

TOKEN_STATUS

public static final int TOKEN_STATUS
switchable constant for Event.EventType.TOKEN_STATUS

See Also:
Constant Field Values

REQUEST

public static final int REQUEST
switchable constant for Event.EventType.REQUEST

See Also:
Constant Field Values
Constructor Detail

Event.EventType.Constants

public Event.EventType.Constants()


Copyright © 2015 Bloomberg L.P.. All Rights Reserved.