- java.lang.Object
-
- org.quantlib.Observable
-
- org.quantlib.Index
-
- org.quantlib.InflationIndex
-
- org.quantlib.ZeroInflationIndex
-
- org.quantlib.EUHICPXT
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class EUHICPXT extends ZeroInflationIndex implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description EUHICPXT()EUHICPXT(boolean interpolated)EUHICPXT(boolean interpolated, ZeroInflationTermStructureHandle h)protectedEUHICPXT(long cPtr, boolean cMemoryOwn)EUHICPXT(ZeroInflationTermStructureHandle h)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(EUHICPXT obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.ZeroInflationIndex
clone, getCPtr, zeroInflationTermStructure
-
Methods inherited from class org.quantlib.InflationIndex
availabilityLag, currency, familyName, frequency, getCPtr, interpolated, region, revised
-
Methods inherited from class org.quantlib.Index
addFixing, addFixing, addFixings, addFixings, clearFixings, fixing, fixing, fixingCalendar, getCPtr, hasHistoricalFixing, isValidFixingDate, name, timeSeries, toString
-
Methods inherited from class org.quantlib.Observable
getCPtr
-
-
-
-
Constructor Detail
-
EUHICPXT
protected EUHICPXT(long cPtr, boolean cMemoryOwn)
-
EUHICPXT
public EUHICPXT(ZeroInflationTermStructureHandle h)
-
EUHICPXT
public EUHICPXT()
-
EUHICPXT
public EUHICPXT(boolean interpolated, ZeroInflationTermStructureHandle h)
-
EUHICPXT
public EUHICPXT(boolean interpolated)
-
-
Method Detail
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classZeroInflationIndex
-
finalize
protected void finalize()
- Overrides:
finalizein classZeroInflationIndex
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classZeroInflationIndex
-
-