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