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