|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Identity.SeatType>
com.bloomberglp.blpapi.Identity.SeatType
public static enum Identity.SeatType
Seat type enumeration defines seat type values such as whether this identity is a Bloomberg Professional Service user.
| Enum Constant Summary | |
|---|---|
BPS
Bloomberg Professional Service |
|
INVALID_SEAT
Invalid seat type |
|
NONBPS
None Bloomberg Professional Service |
|
| Method Summary | |
|---|---|
static Identity.SeatType |
fromInt(int value)
|
int |
intValue()
|
static Identity.SeatType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Identity.SeatType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Identity.SeatType INVALID_SEAT
public static final Identity.SeatType BPS
public static final Identity.SeatType NONBPS
| Method Detail |
|---|
public static Identity.SeatType[] values()
for (Identity.SeatType c : Identity.SeatType.values()) System.out.println(c);
public static Identity.SeatType 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 name
java.lang.NullPointerException - if the argument is nullpublic int intValue()
public static Identity.SeatType fromInt(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||