public enum MultilegPriceModel extends Enum<MultilegPriceModel>
Enum Constant and Description |
---|
NO_VALUE
Identifies no value.
|
STANDARD
leg level prices provided by system.
|
USERDEFINED
leg level prices provided by user.
|
Modifier and Type | Method and Description |
---|---|
static MultilegPriceModel |
forValue(byte value) |
byte |
getValue() |
static MultilegPriceModel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultilegPriceModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MultilegPriceModel NO_VALUE
public static final MultilegPriceModel STANDARD
public static final MultilegPriceModel USERDEFINED
public static MultilegPriceModel[] values()
for (MultilegPriceModel c : MultilegPriceModel.values()) System.out.println(c);
public static MultilegPriceModel 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 MultilegPriceModel forValue(byte value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.