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