public enum PartyIDSource extends Enum<PartyIDSource> implements EnumValue
Modifier and Type | Method and Description |
---|---|
boolean |
equals(byte[] val) |
boolean |
equals(byte[] val,
int offset,
int length) |
byte[] |
getValue() |
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 BIC
public static final PartyIDSource GENERAL_IDENTIFIER
public static final PartyIDSource PROPRIETARY
public static final PartyIDSource ISO_COUNTRY_CODE
public static final PartyIDSource SETTLEMENT_ENTITY_LOCATION
public static final PartyIDSource MIC
public static final PartyIDSource CSD_PARTICIPANT
public static final PartyIDSource KOREAN_INVESTOR_ID
public static final PartyIDSource TAIWANESE_QUALIFIED_FOREIGN_INVESTOR_ID
public static final PartyIDSource TAIWANESE_TRADING_ACCOUNT
public static final PartyIDSource MALAYSIAN_CENTRAL_DEPOSITORY_NUMBER
public static final PartyIDSource CHINESE_B_SHARE
public static final PartyIDSource UK_NINO_OR_PENSION_NUMBER
public static final PartyIDSource US_SSN
public static final PartyIDSource US_EIN
public static final PartyIDSource AUSTRALIAN_BUSINESS_NUMBER
public static final PartyIDSource AUSTRALIAN_TAX_FILE_NUMBER
public static final PartyIDSource ISITC_ACRONYM
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 boolean equals(byte[] val, int offset, int length)
Copyright © 2000–2022 EPAM Systems. All rights reserved.