- java.lang.Object
-
- org.quantlib.CPI.InterpolationType
-
- Enclosing class:
- CPI
public static final class CPI.InterpolationType extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static CPI.InterpolationTypeAsIndexstatic CPI.InterpolationTypeFlatstatic CPI.InterpolationTypeLinear
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CPI.InterpolationTypeswigToEnum(int swigValue)intswigValue()StringtoString()
-
-
-
Field Detail
-
AsIndex
public static final CPI.InterpolationType AsIndex
-
Flat
public static final CPI.InterpolationType Flat
-
Linear
public static final CPI.InterpolationType Linear
-
-
Method Detail
-
swigValue
public final int swigValue()
-
swigToEnum
public static CPI.InterpolationType swigToEnum(int swigValue)
-
-