public enum SettlmntTyp extends Enum<SettlmntTyp> implements EnumValue
Enum Constant and Description |
---|
FUTURE |
REGULAR |
SELLERS_OPTION |
T_2 |
T_3 |
T_4 |
T_5 |
TOD |
TOM |
WHEN_ISSUED |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(byte[] val) |
boolean |
equals(byte[] val,
int offset,
int length) |
byte[] |
getValue() |
static SettlmntTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SettlmntTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SettlmntTyp REGULAR
public static final SettlmntTyp TOD
public static final SettlmntTyp TOM
public static final SettlmntTyp T_2
public static final SettlmntTyp T_3
public static final SettlmntTyp T_4
public static final SettlmntTyp FUTURE
public static final SettlmntTyp WHEN_ISSUED
public static final SettlmntTyp SELLERS_OPTION
public static final SettlmntTyp T_5
public static SettlmntTyp[] values()
for (SettlmntTyp c : SettlmntTyp.values()) System.out.println(c);
public static SettlmntTyp 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.