public enum ClearingInstruction extends Enum<ClearingInstruction> implements EnumValue
Modifier and Type | Method and Description |
---|---|
boolean |
equals(byte[] val) |
boolean |
equals(byte[] val,
int offset,
int length) |
byte[] |
getValue() |
static ClearingInstruction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClearingInstruction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClearingInstruction PROCESS_NORMALLY
public static final ClearingInstruction EXCLUDE_FROM_ALL_NETTING
public static final ClearingInstruction BILATERAL_NETTING_ONLY
public static final ClearingInstruction EX_CLEARING
public static final ClearingInstruction SPECIAL_TRADE
public static final ClearingInstruction MULTILATERAL_NETTING
public static final ClearingInstruction CLEAR_AGAINST_CENTRAL_COUNTERPARTY
public static final ClearingInstruction EXCLUDE_FROM_CENTRAL_COUNTERPARTY
public static final ClearingInstruction MANUAL_MODE
public static final ClearingInstruction AUTOMATIC_POSTING_MODE
public static final ClearingInstruction AUTOMATIC_GIVEUP_MODE
public static ClearingInstruction[] values()
for (ClearingInstruction c : ClearingInstruction.values()) System.out.println(c);
public static ClearingInstruction 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.