public enum PartyIDSource extends Enum<PartyIDSource>
Enum Constant and Description |
---|
BankIdentificationCode
CBIC (Bank Identification Code - SWIFT managed) code.
|
ClearingHouse
Clearing house participant/member code.
|
CustomCode
Proprietary / Custom code.
|
GenerallyAcceptedMarketParticipantIdentifier
Generally accepted market participant identifier.
|
Lei
LEI.
|
None
Default value.
|
ShortCodeIdentifier
Short code identifier.
|
Modifier and Type | Method and Description |
---|---|
static PartyIDSource |
forValue(String value)
Returns enum value for the string representation
|
String |
getValue()
Gets current value.
|
static PartyIDSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartyIDSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PartyIDSource None
public static final PartyIDSource GenerallyAcceptedMarketParticipantIdentifier
public static final PartyIDSource ClearingHouse
public static final PartyIDSource BankIdentificationCode
public static final PartyIDSource CustomCode
public static final PartyIDSource Lei
public static final PartyIDSource ShortCodeIdentifier
public static PartyIDSource[] values()
for (PartyIDSource c : PartyIDSource.values()) System.out.println(c);
public static PartyIDSource 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 String getValue()
public static PartyIDSource forValue(String value)
value
- valueCopyright © 2014–2025 Onix Solutions. All rights reserved.