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