public static enum Identity.SeatType extends Enum<Identity.SeatType>
| Enum Constant and Description |
|---|
BPS
Bloomberg Professional Service
|
INVALID_SEAT
Invalid seat type
|
NONBPS
None Bloomberg Professional Service
|
| Modifier and Type | Method and Description |
|---|---|
static Identity.SeatType |
fromInt(int value) |
int |
intValue() |
static Identity.SeatType |
valueOf(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.
|
public static final Identity.SeatType INVALID_SEAT
public static final Identity.SeatType BPS
public static final Identity.SeatType NONBPS
public static Identity.SeatType[] values()
for (Identity.SeatType c : Identity.SeatType.values()) System.out.println(c);
public static Identity.SeatType 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 int intValue()
public static Identity.SeatType fromInt(int value)
Copyright © 2021 Bloomberg L.P.. All rights reserved.