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