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