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