public enum PartyIDSource extends Enum<PartyIDSource>
| Enum Constant and Description | 
|---|
| BankIdentificationCodeCBIC (Bank Identification Code - SWIFT managed) code. | 
| ClearingHouseClearing house participant/member code. | 
| CustomCodeProprietary / Custom code. | 
| GenerallyAcceptedMarketParticipantIdentifierGenerally accepted market participant identifier. | 
| LeiLEI. | 
| NoneDefault value. | 
| ShortCodeIdentifierShort 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.