Package org.quantlib
Class AndreasenHugeVolatilityInterpl.InterpolationType
- java.lang.Object
-
- org.quantlib.AndreasenHugeVolatilityInterpl.InterpolationType
-
- Enclosing class:
- AndreasenHugeVolatilityInterpl
public static final class AndreasenHugeVolatilityInterpl.InterpolationType extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static AndreasenHugeVolatilityInterpl.InterpolationTypeCubicSplinestatic AndreasenHugeVolatilityInterpl.InterpolationTypeLinearstatic AndreasenHugeVolatilityInterpl.InterpolationTypePiecewiseConstant
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AndreasenHugeVolatilityInterpl.InterpolationTypeswigToEnum(int swigValue)intswigValue()StringtoString()
-
-
-
Field Detail
-
PiecewiseConstant
public static final AndreasenHugeVolatilityInterpl.InterpolationType PiecewiseConstant
-
Linear
public static final AndreasenHugeVolatilityInterpl.InterpolationType Linear
-
CubicSpline
public static final AndreasenHugeVolatilityInterpl.InterpolationType CubicSpline
-
-
Method Detail
-
swigValue
public final int swigValue()
-
swigToEnum
public static AndreasenHugeVolatilityInterpl.InterpolationType swigToEnum(int swigValue)
-
-