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