Package org.quantlib
Class RelinkableYoYInflationTermStructureHandle
- java.lang.Object
-
- org.quantlib.YoYInflationTermStructureHandle
-
- org.quantlib.RelinkableYoYInflationTermStructureHandle
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class RelinkableYoYInflationTermStructureHandle extends YoYInflationTermStructureHandle implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
-
Fields inherited from class org.quantlib.YoYInflationTermStructureHandle
swigCMemOwn
-
-
Constructor Summary
Constructors Modifier Constructor Description RelinkableYoYInflationTermStructureHandle()protectedRelinkableYoYInflationTermStructureHandle(long cPtr, boolean cMemoryOwn)RelinkableYoYInflationTermStructureHandle(YoYInflationTermStructure arg0)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(RelinkableYoYInflationTermStructureHandle obj)voidlinkTo(YoYInflationTermStructure arg0)voidreset()protected static longswigRelease(RelinkableYoYInflationTermStructureHandle obj)-
Methods inherited from class org.quantlib.YoYInflationTermStructureHandle
__deref__, allowsExtrapolation, asObservable, baseDate, baseRate, calendar, currentLink, dayCounter, disableExtrapolation, empty, enableExtrapolation, frequency, getCPtr, hasSeasonality, indexIsInterpolated, maxDate, maxTime, observationLag, referenceDate, seasonality, setSeasonality, setSeasonality, swigRelease, timeFromReference, yoyRate, yoyRate, yoyRate, yoyRate, yoyRate, yoyRate
-
-
-
-
Constructor Detail
-
RelinkableYoYInflationTermStructureHandle
protected RelinkableYoYInflationTermStructureHandle(long cPtr, boolean cMemoryOwn)
-
RelinkableYoYInflationTermStructureHandle
public RelinkableYoYInflationTermStructureHandle(YoYInflationTermStructure arg0)
-
RelinkableYoYInflationTermStructureHandle
public RelinkableYoYInflationTermStructureHandle()
-
-
Method Detail
-
getCPtr
protected static long getCPtr(RelinkableYoYInflationTermStructureHandle obj)
-
swigRelease
protected static long swigRelease(RelinkableYoYInflationTermStructureHandle obj)
-
finalize
protected void finalize()
- Overrides:
finalizein classYoYInflationTermStructureHandle
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classYoYInflationTermStructureHandle
-
linkTo
public void linkTo(YoYInflationTermStructure arg0)
-
reset
public void reset()
-
-