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