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