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