public enum LegInputSource extends Enum<LegInputSource>
Enum Constant and Description |
---|
BUY_SIDE
Buy side.
|
CLIENT_BROKER
Client Broker.
|
NO_VALUE
Identifies no value.
|
PROPRIETARY_BROKER
Proprietary Broker.
|
SELL_SIDE
Sell side.
|
Modifier and Type | Method and Description |
---|---|
static LegInputSource |
forValue(byte value) |
byte |
getValue() |
static LegInputSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LegInputSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LegInputSource NO_VALUE
public static final LegInputSource CLIENT_BROKER
public static final LegInputSource PROPRIETARY_BROKER
public static final LegInputSource BUY_SIDE
public static final LegInputSource SELL_SIDE
public static LegInputSource[] values()
for (LegInputSource c : LegInputSource.values()) System.out.println(c);
public static LegInputSource 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 byte getValue()
public static LegInputSource forValue(byte value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.