Package org.quantlib
Class RelinkableSwaptionVolatilityStructureHandle
- java.lang.Object
-
- org.quantlib.SwaptionVolatilityStructureHandle
-
- org.quantlib.RelinkableSwaptionVolatilityStructureHandle
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class RelinkableSwaptionVolatilityStructureHandle extends SwaptionVolatilityStructureHandle implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
-
Fields inherited from class org.quantlib.SwaptionVolatilityStructureHandle
swigCMemOwn
-
-
Constructor Summary
Constructors Modifier Constructor Description RelinkableSwaptionVolatilityStructureHandle()protectedRelinkableSwaptionVolatilityStructureHandle(long cPtr, boolean cMemoryOwn)RelinkableSwaptionVolatilityStructureHandle(SwaptionVolatilityStructure arg0)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(RelinkableSwaptionVolatilityStructureHandle obj)voidlinkTo(SwaptionVolatilityStructure arg0)voidreset()protected static longswigRelease(RelinkableSwaptionVolatilityStructureHandle obj)-
Methods inherited from class org.quantlib.SwaptionVolatilityStructureHandle
__deref__, allowsExtrapolation, asObservable, blackVariance, blackVariance, blackVariance, blackVariance, calendar, currentLink, dayCounter, disableExtrapolation, empty, enableExtrapolation, getCPtr, maxDate, maxStrike, maxTime, minStrike, optionDateFromTenor, referenceDate, shift, shift, shift, shift, shift, shift, shift, shift, shift, shift, shift, shift, smileSection, smileSection, smileSection, smileSection, smileSection, smileSection, smileSection, smileSection, smileSection, smileSection, smileSection, smileSection, swigRelease, timeFromReference, volatility, volatility, volatility, volatility
-
-
-
-
Constructor Detail
-
RelinkableSwaptionVolatilityStructureHandle
protected RelinkableSwaptionVolatilityStructureHandle(long cPtr, boolean cMemoryOwn)
-
RelinkableSwaptionVolatilityStructureHandle
public RelinkableSwaptionVolatilityStructureHandle(SwaptionVolatilityStructure arg0)
-
RelinkableSwaptionVolatilityStructureHandle
public RelinkableSwaptionVolatilityStructureHandle()
-
-
Method Detail
-
getCPtr
protected static long getCPtr(RelinkableSwaptionVolatilityStructureHandle obj)
-
swigRelease
protected static long swigRelease(RelinkableSwaptionVolatilityStructureHandle obj)
-
finalize
protected void finalize()
- Overrides:
finalizein classSwaptionVolatilityStructureHandle
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classSwaptionVolatilityStructureHandle
-
linkTo
public void linkTo(SwaptionVolatilityStructure arg0)
-
reset
public void reset()
-
-