public enum SettlLocation extends Enum<SettlLocation> implements EnumValue
Enum Constant and Description |
---|
CEDEL |
DEPOSITORY_TRUST_COMPANY |
EUROCLEAR |
FEDERAL_BOOK_ENTRY |
LOCAL_MARKET_SETTLE_LOCATION |
PARTICIPANT_TRUST_COMPANY |
PHYSICAL |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(byte[] val) |
boolean |
equals(byte[] val,
int offset,
int length) |
byte[] |
getValue() |
static SettlLocation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SettlLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SettlLocation CEDEL
public static final SettlLocation DEPOSITORY_TRUST_COMPANY
public static final SettlLocation EUROCLEAR
public static final SettlLocation FEDERAL_BOOK_ENTRY
public static final SettlLocation PHYSICAL
public static final SettlLocation PARTICIPANT_TRUST_COMPANY
public static final SettlLocation LOCAL_MARKET_SETTLE_LOCATION
public static SettlLocation[] values()
for (SettlLocation c : SettlLocation.values()) System.out.println(c);
public static SettlLocation 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.