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