public enum RefApplVerID extends Enum<RefApplVerID> 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 RefApplVerID |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RefApplVerID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RefApplVerID FIX27
public static final RefApplVerID FIX30
public static final RefApplVerID FIX40
public static final RefApplVerID FIX41
public static final RefApplVerID FIX42
public static final RefApplVerID FIX43
public static final RefApplVerID FIX44
public static final RefApplVerID FIX50
public static RefApplVerID[] values()
for (RefApplVerID c : RefApplVerID.values()) System.out.println(c);
public static RefApplVerID 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.