public static enum LIBORMarketModelWithTenorRefinement.Driftapproximation extends Enum<LIBORMarketModelWithTenorRefinement.Driftapproximation>
Enum Constant and Description |
---|
EULER |
LINE_INTEGRAL |
PREDICTOR_CORRECTOR |
Modifier and Type | Method and Description |
---|---|
static LIBORMarketModelWithTenorRefinement.Driftapproximation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LIBORMarketModelWithTenorRefinement.Driftapproximation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LIBORMarketModelWithTenorRefinement.Driftapproximation EULER
public static final LIBORMarketModelWithTenorRefinement.Driftapproximation LINE_INTEGRAL
public static final LIBORMarketModelWithTenorRefinement.Driftapproximation PREDICTOR_CORRECTOR
public static LIBORMarketModelWithTenorRefinement.Driftapproximation[] values()
for (LIBORMarketModelWithTenorRefinement.Driftapproximation c : LIBORMarketModelWithTenorRefinement.Driftapproximation.values()) System.out.println(c);
public static LIBORMarketModelWithTenorRefinement.Driftapproximation 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 nullCopyright © 2017. All rights reserved.