public enum CollAsgnReason extends Enum<CollAsgnReason> implements EnumValue
Enum Constant and Description |
---|
ADVERSE_TAX_EVENT |
EVENT_OF_DEFAULT |
FORWARD_COLLATERAL_DEMAND |
INITIAL |
MARGIN_DEFICIENCY |
MARGIN_EXCESS |
SCHEDULED |
TIME_WARNING |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(byte[] val) |
boolean |
equals(byte[] val,
int offset,
int length) |
byte[] |
getValue() |
static CollAsgnReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollAsgnReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CollAsgnReason INITIAL
public static final CollAsgnReason SCHEDULED
public static final CollAsgnReason TIME_WARNING
public static final CollAsgnReason MARGIN_DEFICIENCY
public static final CollAsgnReason MARGIN_EXCESS
public static final CollAsgnReason FORWARD_COLLATERAL_DEMAND
public static final CollAsgnReason EVENT_OF_DEFAULT
public static final CollAsgnReason ADVERSE_TAX_EVENT
public static CollAsgnReason[] values()
for (CollAsgnReason c : CollAsgnReason.values()) System.out.println(c);
public static CollAsgnReason 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.